ADTF
|
Use this Stream Meta Type only if no property should be set and you do not share and record these data. More...
Static Public Member Functions | |
static void | SetProperties (const adtf::ucom::iobject_ptr< adtf::base::IProperties > &) |
Property setter for anonymous Stream Type. | |
static tResult | IsCompatible (const adtf::streaming::IStreamType &, const adtf::streaming::IStreamType &) |
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/anonymous" |
StreamMetaTypeName for anonymous. | |
Use this Stream Meta Type only if no property should be set and you do not share and record these data.
Anonymous can be any kind of data.
Concept template to create the "adtf/anonymous" StreamMetaType with generator template stream_meta_type.
Definition at line 22 of file streammetatypeanonymous.h.
|
inlinestatic |
Compares the oTypeExpected
Stream Type with the oTypeToCheck
- see Default Stream Meta Types in ADTF for a summary of implementations.
This implementation of IsCompatible
will always return ERR_NOERROR
and accept all other meta type names.
ERR_NOERROR | types are always compatible |
Definition at line 45 of file streammetatypeanonymous.h.
References RETURN_NOERROR.