Skip to content

struct eCAL::SDataTypeInformation

Optional compile time information associated with a given topic (necessary for reflection / runtime type checking)

Members

public std::string name

name of the datatype

public std::string encoding

encoding of the datatype (e.g. protobuf, flatbuffers, capnproto)

public std::string descriptor

descriptor information of the datatype (necessary for reflection)