Namespace for all functionality of the ADTF Streaming SDK provided since v3.15.
More...
|
| class | sample_data |
| |
| class | sample_data< T, typename std::enable_if_t< std::is_trivially_copyable< T >::value > > |
| |
| struct | stream_meta_type_plain |
| | Use this Stream Meta Type if your sample data will be any of this type: bool, uint8_t, int8_t, uint16_t, int16_t, uint32_t, int32_t, uint64_t, int64_t, float, double or plain array T[], std::array, std::vector of them. More...
|
| |
| struct | stream_meta_type_string |
| | Use this Stream Meta Type if your sample data will be any of this type: std::string, std::u16string. More...
|
| |
| class | stream_type_anonymous |
| | Generator template to create an instance of a ant::IStreamType class for ant::stream_meta_type_anonymous ("adtf/anonymous"). More...
|
| |
| class | stream_type_audio |
| | Generator template to create an instance of a ant::IStreamType class for ant::stream_meta_type_audio ("adtf/audio"). More...
|
| |
| class | stream_type_image |
| | Generator template to create an instance of a ant::IStreamType class for lucky::stream_meta_type_image ("adtf/image"). More...
|
| |
| class | stream_type_plain |
| | Generator template to create an instance of a ant::IStreamType class for penguin::stream_meta_type_plain ("adtf/plaintype"). More...
|
| |
| class | stream_type_plain< T< ValueType, szArraySize > > |
| | Specialization for stream_type_plain<std::array<VAL_T, N>> More...
|
| |
| class | stream_type_plain< ValueType[szArraySize]> |
| | Specialization for stream_type_plain<ValueType[N]>> (i.e. uint8_t[2345] or int32_t[10]) More...
|
| |
| class | stream_type_string |
| | Generator template to create an instance of a ant::IStreamType class for penguin::stream_meta_type_string ("adtf/string"). More...
|
| |
| class | stream_type_string< std::string > |
| |
| class | stream_type_string< std::u16string > |
| |
| class | stream_type_string< std::wstring > |
| |
Namespace for all functionality of the ADTF Streaming SDK provided since v3.15.