ADTF  3.18.2
codec_type_info.h File Reference

Implementation of the CodecTypeInfoo and CodecConstantInfo. More...

Go to the source code of this file.

Classes

class  CodecTypeInfo
 Description of the elements Type. More...
 
class  CodecConstantInfo
 The constant info of a element. More...
 
class  CodecDefaultValueInfo
 The default value info of a element. More...
 

Namespaces

 ddl
 definition of the ddl namespace
 
 ddl::codec
 Namespace for the new faster CodecFactory/Decoder/Codec implementation.
 

Typedefs

using AccessEnumType = ddl::AccessEnumType
 This is the legacy Access Type for resolving enum names.
 

Enumerations

enum class  ElementType {
  cet_empty = a_util::variant::VariantType::VT_Empty , cet_bool = a_util::variant::VariantType::VT_Bool , cet_int8 = a_util::variant::VariantType::VT_Int8 , cet_uint8 = a_util::variant::VariantType::VT_UInt8 ,
  cet_int16 = a_util::variant::VariantType::VT_Int16 , cet_uint16 = a_util::variant::VariantType::VT_UInt16 , cet_int32 = a_util::variant::VariantType::VT_Int32 , cet_uint32 = a_util::variant::VariantType::VT_UInt32 ,
  cet_int64 = a_util::variant::VariantType::VT_Int64 , cet_uint64 = a_util::variant::VariantType::VT_UInt64 , cet_float = a_util::variant::VariantType::VT_Float , cet_double = a_util::variant::VariantType::VT_Double ,
  cet_sub_codec = cet_double + 1 , cet_user_type = cet_sub_codec + 1
}
 The element type of the value. More...
 

Detailed Description

Implementation of the CodecTypeInfoo and CodecConstantInfo.

Definition in file codec_type_info.h.