|
ADTF
|
#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"Go to the source code of this file.
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 | |
| cSampleWriter & | adtf::streaming::ant::operator<< (cSampleWriter &oSampleWriter, const ucom::ant::iobject_ptr< const ISample > &pSample) |
| cSampleWriter & | adtf::streaming::ant::operator<< (cSampleWriter &oSampleWriter, const ucom::ant::iobject_ptr< ISample > &pSample) |
| cSampleWriter & | adtf::streaming::ant::operator<< (cSampleWriter &oSampleWriter, const ucom::ant::iobject_ptr< const IStreamType > &pType) |
| cSampleWriter & | adtf::streaming::ant::operator<< (cSampleWriter &oSampleWriter, cSampleWriter &(*pStreamfunc)(cSampleWriter &)) |
| cSampleWriter & | adtf::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) |
| cSampleReader & | adtf::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) |
| ISampleWriter & | adtf::streaming::flash::operator<< (ISampleWriter &oSampleWriter, const ucom::ant::iobject_ptr< const ant::ISample > &pSample) |
| streaming operator to write a sample to the sample writer | |
| ISampleWriter & | adtf::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 | |
| ISampleWriter & | adtf::streaming::flash::operator<< (ISampleWriter &oSampleWriter, ISampleWriter &(*pStreamfunc)(ISampleWriter &)) |
| streaming operator to write a command to the sample writer | |
| ISampleWriter & | adtf::streaming::flash::operator<< (ISampleWriter &oSampleWriter, const tResult &oError) |
| streaming operator to set the sample writers stream error | |
| template<typename DATA_TYPE> | |
| ISampleWriter & | adtf::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 | |
| ISampleReader & | adtf::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) |
Copyright © Audi Electronics Venture GmbH. All rights reserved