ADTF  3.18.2
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 or double. More...

Inheritance diagram for stream_meta_type_plain:
[legend]

Static Public Member Functions

static void SetProperties (const adtf::ucom::iobject_ptr< adtf::base::IProperties > &pProperties)
 Property setter for plaintype.
 
static tResult IsCompatible (const adtf::streaming::IStreamType &oTypeToCheck, const adtf::streaming::IStreamType &oTypeExpected)
 Compares the oTypeExpected Stream Type with the oTypeToCheck - see Default Stream Meta Types in ADTF for a summary of implementations. More...
 

Static Public Attributes

static constexpr const tChar *const MetaTypeName = "adtf/plaintype"
 StreamMetaTypeName for plaintype.
 
static constexpr const tChar *const PlainTypeProperty = "c-type"
 c-type Property for plaintype Stream Meta Type More...
 

Detailed Description

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 or double.

Concept template to create the "adtf/plaintype" Stream Meta Type for the generator template stream_meta_type.

See also
Stream Meta Type

Definition at line 30 of file streammetatypeplain.h.

Member Function Documentation

◆ IsCompatible()

static tResult IsCompatible ( const adtf::streaming::IStreamType oTypeToCheck,
const adtf::streaming::IStreamType oTypeExpected 
)
inlinestatic

Compares the oTypeExpected Stream Type with the oTypeToCheck - see Default Stream Meta Types in ADTF for a summary of implementations.

Compatible to all other stream types of any Stream Meta Type, where the following conditions are met:

Remarks
: For a complete definition of the delivered default types and the information of which Stream Type is compatible to another one then see Default Stream Meta Types in ADTF.
Parameters
[in]oTypeToCheckThe incoming type to check.
[in]oTypeExpectedThe expected type which values are more significant.
Return values
ERR_NOERRORtypes are compatible
See also
Default Stream Meta Types in ADTF, AcceptType and IsCompatible implementations.

Definition at line 85 of file streammetatypeplain.h.

References IStreamType::GetConfig(), stream_meta_type_plain::PlainTypeProperty, RETURN_ERROR_DESC, RETURN_IF_FAILED, and RETURN_NOERROR.

Member Data Documentation

◆ PlainTypeProperty

constexpr const tChar* const PlainTypeProperty = "c-type"
staticconstexpr

c-type Property for plaintype Stream Meta Type

Valid values for this "c-type" property are:

Definition at line 60 of file streammetatypeplain.h.

Referenced by stream_meta_type_plain::IsCompatible(), and stream_meta_type_plain::SetProperties().