ADTF
Loading...
Searching...
No Matches
samplewriter.h File Reference
#include "samplestream_intf.h"
#include "sampleoutstream_intf.h"
#include "sample_intf.h"
#include "streamtype_intf.h"
#include "samplestreamer_intf.h"
#include "pin.h"
#include "sample.h"
#include "samplereader.h"
#include <adtf_base_deprecated.h>
#include "reference_clock_intf.h"
Include dependency graph for samplewriter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  adtf::streaming::ant::cSampleWriter
 
class  adtf::streaming::ant::sample_writer< DATA_TYPE >
 
class  adtf::streaming::flash::cSampleWriter
 
class  adtf::streaming::flash::sample_writer< DATA_TYPE, BASE >
 
class  adtf::streaming::cSampleWriter
 
class  adtf::streaming::sample_writer< DATA_TYPE, BASE >
 

Namespaces

namespace  adtf
 Namespace for all functionality provided by ADTF and its SDKs.
 
namespace  adtf::streaming
 Namespace for the ADTF Streaming SDK.
 
namespace  adtf::streaming::ant
 Namespace for all functionality of the ADTF Streaming SDK provided since v3.0.
 
namespace  adtf::streaming::flash
 Namespace for all functionality of the ADTF Streaming SDK provided since v3.5.
 

Functions

cSampleWriteradtf::streaming::ant::operator<< (cSampleWriter &oSampleWriter, const ucom::ant::iobject_ptr< const ISample > &pSample)
 
cSampleWriteradtf::streaming::ant::operator<< (cSampleWriter &oSampleWriter, const ucom::ant::iobject_ptr< ISample > &pSample)
 
cSampleWriteradtf::streaming::ant::operator<< (cSampleWriter &oSampleWriter, const ucom::ant::iobject_ptr< const IStreamType > &pType)
 
cSampleWriteradtf::streaming::ant::operator<< (cSampleWriter &oSampleWriter, cSampleWriter &(*pStreamfunc)(cSampleWriter &))
 
cSampleWriteradtf::streaming::ant::operator<< (cSampleWriter &oSampleWriter, const tResult &oError)
 
template<typename DATA_TYPE>
sample_writer< DATA_TYPE > & adtf::streaming::ant::operator<< (sample_writer< DATA_TYPE > &oSampleWriter, const DATA_TYPE &oSampleData)
 
cSampleReaderadtf::streaming::ant::operator>> (cSampleReader &oSampleReader, cSampleWriter &oSampleWriter)
 
tResult adtf::streaming::ant::make_sample_writer (cSampleWriter &oWriter, const char *strNameOfWriter, const ucom::ant::iobject_ptr< const IStreamType > &pStreamType)
 
tResult adtf::streaming::flash::make_sample_writer (ISampleWriter &oWriter, const char *strNameOfWriter, const ucom::ant::iobject_ptr< const IStreamType > &pStreamType)
 
ISampleWriteradtf::streaming::flash::operator<< (ISampleWriter &oSampleWriter, const ucom::ant::iobject_ptr< const ant::ISample > &pSample)
 streaming operator to write a sample to the sample writer
 
ISampleWriteradtf::streaming::flash::operator<< (ISampleWriter &oSampleWriter, const ucom::ant::iobject_ptr< const ant::IStreamType > &pType)
 streaming operator to write a stream type change to the sample writer
 
ISampleWriteradtf::streaming::flash::operator<< (ISampleWriter &oSampleWriter, ISampleWriter &(*pStreamfunc)(ISampleWriter &))
 streaming operator to write a command to the sample writer
 
ISampleWriteradtf::streaming::flash::operator<< (ISampleWriter &oSampleWriter, const tResult &oError)
 streaming operator to set the sample writers stream error
 
template<typename DATA_TYPE>
ISampleWriteradtf::streaming::flash::operator<< (ISampleWriter &oSampleWriter, output_sample_data< DATA_TYPE > &&oOutputSampleData)
 streaming operator to write the sample of the output_sample_data to the sample writer. It automatically releases the given rvalue of oOutputSampleData
 
ISampleReaderadtf::streaming::flash::operator>> (ISampleReader &oSampleReader, ISampleWriter &oSampleWriter)
 
template<typename DATA_TYPE>
sample_writer< DATA_TYPE > & adtf::streaming::flash::operator<< (sample_writer< DATA_TYPE > &oSampleWriter, const DATA_TYPE &oSampleData)
 
tResult adtf::streaming::make_sample_writer (ISampleWriter &oWriter, const char *strNameOfWriter, const ucom::ant::iobject_ptr< const IStreamType > &pStreamType)
 

Detailed Description

Copyright © Audi Electronics Venture GmbH. All rights reserved