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
Definition codec.h:21
DataRepresentation
Definition data_representation.h:25
@ Deserialized
alias names for legacy reasons
Definition data_representation.h:29
@ serialized
serialized data, i.e network, on disks, can msgs, ...
Definition data_representation.h:26
@ Serialized
alias names for legacy reasons
Definition data_representation.h:28
@ deserialized
deserialized data, c-structs, arrays, ...
Definition data_representation.h:27
DataRepresentation tDataRepresentation
Typedef provided for compatibility reasons.
Definition data_representation.h:32