Struct SDataTypeInformation#

Struct Documentation#

struct SDataTypeInformation#

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

Public Members

std::string name#

name of the datatype

std::string encoding#

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

std::string descriptor#

descriptor information of the datatype (necessary for reflection)