44#define ADTF_MEDIA_DESC_FLEXRAYDATA_NAME "tFlexRayData"
46#define ADTF_MEDIA_DESC_FLEXRAYDATA_ENUM "<enums>" \
47 "<enum name=\"tFR_TAG\" type=\"tUInt8\">"\
48 "<element name=\"FR_TAG_CYCLESTART\" value=\"1\" />"\
49 "<element name=\"FR_TAG_FRAME\" value=\"2\" />"\
50 "<element name=\"FR_TAG_INVALID\" value=\"0\" />"\
51 "<element name=\"FR_TAG_PDU\" value=\"3\" />"\
52 "<element name=\"FR_TAG_SYNC\" value=\"4\" />"\
61#define ADTF_MEDIA_DESC_FLEXRAYDATA "<?xml version=\"1.0\" encoding=\"iso-8859-1\" standalone=\"no\"?>"\
62 "<adtf:ddl xmlns:adtf=\"adtf\">"\
63 ADTF_MEDIA_DESC_FLEXRAYDATA_ENUM \
65 "<struct name=\"" ADTF_MEDIA_DESC_FLEXRAYDATA_NAME "\" alignment=\"1\" version=\"1\">" \
66 "<element type=\"tUInt16\" name=\"nSize\" bytepos=\"0\" arraysize=\"1\" byteorder=\"LE\" alignment=\"1\"/>" \
67 "<element type=\"tFR_TAG\" name=\"nTag\" bytepos=\"2\" arraysize=\"1\" byteorder=\"LE\" alignment=\"1\"/>" \
68 "<element type=\"tUInt8\" name=\"nReserved\" bytepos=\"3\" arraysize=\"1\" byteorder=\"LE\" alignment=\"1\"/>" \
69 "<element type=\"tUInt64\" name=\"nTimeStamp\" bytepos=\"4\" arraysize=\"1\" byteorder=\"LE\" alignment=\"1\"/>" \
77struct stream_meta_type_flexray_properties
79 stream_meta_type_flexray_properties() =
default;
82 static constexpr const char*
const MetaTypeName =
"adtf/devicetb/flexray";
103 static constexpr const char*
const DDLStructureName = ADTF_MEDIA_DESC_FLEXRAYDATA_NAME;
108 static constexpr const bool DDLSerialized =
false;
Namespace for functionality provided by V3.0.0.
Definition flexray_coder_intf.h:40
Namespace for FlexRay in ADTF-Devicetoolbox.
Definition flexray_coder_intf.h:34
axle::stream_meta_type_flexray_properties stream_meta_type_flexray_properties
Definition stream_meta_type_flexray_properties.h:118
Namespace for SDK of ADTF-Devicetoolbox.
Definition bus_database_intf.h:42
Devicetoolbox - Namespace.
Definition bus_database_intf.h:36
ADTF - Namespace.
Definition bus_database_intf.h:30