ADTF_DEVICE_TOOLBOX  3.12.1 (ADTF 3.18.3)
stream_meta_type_raw_ethernet.h
Go to the documentation of this file.
1 
8 #pragma once
9 
11 #include <adtf_utils.h>
12 #include <adtf_mediadescription.h>
13 
17 namespace adtf
18 {
22 namespace devicetb
23 {
27 namespace sdk
28 {
32 namespace someip
33 {
37 namespace brake
38 {
39 
46 {
52  static void SetProperties(const adtf::ucom::iobject_ptr<adtf::base::ant::IProperties>& pProperties)
53  {
54  pProperties->SetProperty(adtf::base::property<adtf::util::cString>(adtf::mediadescription::stream_meta_type_default::strMDDefinitionsProperty, DDLDefinitions));
55  pProperties->SetProperty(adtf::base::property<adtf::util::cString>(adtf::mediadescription::stream_meta_type_default::strMDStructProperty, DDLStructureName));
56  pProperties->SetProperty(adtf::base::property<bool>(adtf::mediadescription::stream_meta_type_default::strMDDataSerialized, DDLSerialized));
57  }
58 };
59 
60 }
63 }
64 }
65 }
66 }
brake::stream_meta_type_ethernet stream_meta_type_ethernet
Definition of Stream Meta Type for ethernet samples.
ADTF - Namespace.
Definition of Stream Meta Type for ethernet samples.
static void SetProperties(const adtf::ucom::iobject_ptr< adtf::base::ant::IProperties > &pProperties)
Adds the properties of this meta type.