ADTF
|
Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Classes | |
class | ISample |
The ISample interface sets and retrieves properties on samples . More... | |
class | ISample |
The ISample interface sets and retrieves properties on samples . More... | |
class | ISample |
The ISample interface sets and retrieves properties on samples . More... | |
class | ISample |
The ISample interface sets and retrieves properties on samples . More... | |
Namespaces | |
adtf | |
Namespace for entire ADTF SDK. | |
adtf::streaming | |
Namespace for the ADTF Streaming SDK. | |
adtf::streaming::ant | |
Namespace for all functionality of the ADTF Streaming SDK provided since v3.0. | |
adtf::streaming::flash | |
Namespace for all functionality of the ADTF Streaming SDK provided since v3.5. | |
adtf::streaming::hollow | |
Namespace for all functionality of the ADTF Streaming SDK provided since v3.7. | |
adtf::streaming::thor | |
Namespace for all functionality of the ADTF Streaming SDK provided since v3.19. | |
Macros | |
#define | CID_ADTF_SAMPLE_POOL "sample_pool.service.adtf.cid" |
Prefedinition of the Pooled ADTF Sample Factory. | |
Functions | |
template<typename T > | |
tResult | read_from_sample (const ISample &oSample, T &oValue) |
Helper to read the value oValue from the sample oSample . More... | |
template<typename T > | |
tResult | write_to_sample (ISample &oSample, const T &oValue) |
Helper to write the value oValue to the sample oSample . More... | |