ADTF
|
Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Namespaces | |
adtf | |
Namespace for entire ADTF SDK. | |
adtf::filter | |
Namespace for the ADTF Filter SDK. | |
adtf::filter::flash | |
Namespace for all functionality of the ADTF Filter SDK provided since v3.5. | |
adtf::filter::hollow | |
Namespace for all functionality of the ADTF Filter SDK provided since v3.7. | |
Typedefs | |
using | cPinWriter = adtf::streaming::flash::cSampleWriter |
use cSampleWriter as cPinWriter | |
template<typename DATA_TYPE > | |
using | pin_writer = adtf::streaming::flash::sample_writer< DATA_TYPE > |
Specialized Sample Writer to write DATA of type DATA_TYPE . More... | |
using | cPinReader = adtf::streaming::flash::cDynamicSampleReader |
use cSampleReader as cPinReader | |
template<tTimeStamp TIME_RANGE, bool STORELASTSAMPLE = true> | |
using | time_limited_pin_reader = adtf::streaming::flash::time_limited_sample_reader< TIME_RANGE, STORELASTSAMPLE > |
The time_limited_sample_reader will create a sample reader which will create a internal sample queue that is time limited by the given TimeRange . More... | |
template<size_t MAX_SIZE, bool STORELASTSAMPLE = true> | |
using | size_limited_pin_reader = adtf::streaming::flash::size_limited_sample_reader< MAX_SIZE, STORELASTSAMPLE > |
The size_limited_sample_reader will create a sample reader which will create a internal sample queue that is sample count item limited by the given TimeRange . More... | |