|
| using | adtf::streaming::ant::cDynamicSampleReader = sample_reader<cDynamicSampleReaderQueue> |
| | The cDynamicSampleReader will create a sample reader which will create a internal sample queue with unlimited size.
|
| |
| template<tTimeStamp TIME_RANGE, bool STORELASTSAMPLE = true> |
| using | adtf::streaming::ant::time_limited_sample_reader = sample_reader<time_limited_sample_reader_queue<TIME_RANGE>, STORELASTSAMPLE> |
| |
| template<size_t MAX_SIZE, bool STORELASTSAMPLE = true> |
| using | adtf::streaming::ant::size_limited_sample_reader = sample_reader<size_limited_sample_reader_queue<MAX_SIZE>, STORELASTSAMPLE> |
| |
|
using | adtf::streaming::ant::cSingleSampleReader = size_limited_sample_reader<1> |
| | The cSingleSampleReader will create a sample reader which will create a internal sample queue with only one sample which holds the last received sample always.
|
| |
| using | adtf::streaming::flash::cDynamicSampleReader = sample_reader<ant::cDynamicSampleReaderQueue> |
| | The cDynamicSampleReader will create a sample reader which will create a internal sample queue with unlimited size.
|
| |
| template<tTimeStamp TIME_RANGE, bool STORELASTSAMPLE = true> |
| using | adtf::streaming::flash::time_limited_sample_reader = sample_reader<ant::time_limited_sample_reader_queue<TIME_RANGE>, STORELASTSAMPLE> |
| |
| template<size_t MAX_SIZE, bool STORELASTSAMPLE = true> |
| using | adtf::streaming::flash::size_limited_sample_reader = sample_reader<ant::size_limited_sample_reader_queue<MAX_SIZE>, STORELASTSAMPLE> |
| |
| using | adtf::streaming::flash::cSingleSampleReader = size_limited_sample_reader<1> |
| | The cSingleSampleReader will create a sample reader which will create a internal sample queue with only one sample which holds the last received sample always.
|
| |
| template<tTimeStamp TIME_RANGE, bool STORELASTSAMPLE = true> |
| using | adtf::streaming::time_limited_sample_reader |
| |
| template<size_t MAX_SIZE, bool STORELASTSAMPLE = true> |
| using | adtf::streaming::size_limited_sample_reader |
| |
| using | adtf::streaming::cSingleSampleReader |
| | The cSingleSampleReader will create a sample reader which will create a internal sample queue with only one sample which holds the last received sample always.
|
| |
| using | adtf::streaming::cDynamicSampleReader |
| | The cDynamicSampleReader will create a sample reader which will create a internal sample queue with unlimited size.
|
| |
|
| cSampleReader & | adtf::streaming::ant::operator>> (cSampleReader &oSampleReader, ucom::ant::iobject_ptr< const ISample > &pSample) |
| |
| template<typename DATATYPE> |
| cSampleReader & | adtf::streaming::ant::operator>> (cSampleReader &oSampleReader, sample_data< DATATYPE > &oSampleData) |
| |
| cSampleReader & | adtf::streaming::ant::operator>> (cSampleReader &oSampleReader, ucom::ant::iobject_ptr< const IStreamType > &pType) |
| |
| cSampleReader & | adtf::streaming::ant::operator>> (cSampleReader &oSampleReader, cSampleReader &(*pStreamfunc)(cSampleReader &)) |
| |
| tResult | adtf::streaming::ant::make_sample_reader (cSampleReader &oReader, const char *strNameOfReader, const ucom::iobject_ptr< const IStreamType > &pStreamType) |
| |
|
tResult | adtf::streaming::flash::make_sample_reader (ISampleReader &oReader, const char *strNameOfReader, const ucom::iobject_ptr< const IStreamType > &pStreamType) |
| |
|
ISampleReader & | adtf::streaming::flash::operator>> (ISampleReader &oSampleReader, ucom::ant::iobject_ptr< const ant::ISample > &pSample) |
| |
|
template<typename DATATYPE> |
| ISampleReader & | adtf::streaming::flash::operator>> (ISampleReader &oSampleReader, sample_data< DATATYPE > &oSampleData) |
| |
|
ISampleReader & | adtf::streaming::flash::operator>> (ISampleReader &oSampleReader, ucom::ant::iobject_ptr< const ant::IStreamType > &pType) |
| |
|
ISampleReader & | adtf::streaming::flash::operator>> (ISampleReader &oSampleReader, ISampleReader &(*pStreamfunc)(ISampleReader &)) |
| |
|
tResult | adtf::streaming::make_sample_reader (ISampleReader &oReader, const char *strNameOfReader, const ucom::iobject_ptr< const IStreamType > &pStreamType) |
| |
Copyright © Audi Electronics Venture GmbH. All rights reserved