15#ifndef DDL_DATA_REPRESENTATION_CLASS_HEADER
16#define DDL_DATA_REPRESENTATION_CLASS_HEADER
20#ifndef DDL_DATA_REPRESENTATION_DEFINED
21#define DDL_DATA_REPRESENTATION_DEFINED
definition of the ddl namespace
DataRepresentation
Enumeration for the data representation.
@ serialized
serialized data, i.e network, on disks, can msgs, ...
@ Deserialized
alias names for legacy reasons
@ deserialized
deserialized data, c-structs, arrays, ...
@ Serialized
alias names for legacy reasons
DataRepresentation tDataRepresentation
Typedef provided for compatibility reasons.