RTI Connext Modern C++ API Version 7.3.0
|
A list of data representations and compression methods supported by a dds::pub::DataWriter or dds::sub::DataReader. More...
Classes | |
class | dds::core::policy::DataRepresentation |
Contains the data representations supported by entities. More... | |
class | rti::core::CompressionIdMask |
<<extension>> Mask that specifies which built-in compression method to used. More... | |
class | rti::core::CompressionSettings |
<<extension>> Compression Settings More... | |
Typedefs | |
typedef int16_t | dds::core::policy::DataRepresentationId |
The type of the elements that DataRepresentation contains. More... | |
typedef std::vector< DataRepresentationId > | dds::core::policy::DataRepresentationIdSeq |
A vector of DataRepresentationId. More... | |
Functions | |
static DataRepresentationId | dds::core::policy::DataRepresentation::xcdr () |
Extended Common Data Representation encoding version 1. More... | |
static DataRepresentationId | dds::core::policy::DataRepresentation::xml () |
XML Data Representation (unsupported) More... | |
static DataRepresentationId | dds::core::policy::DataRepresentation::xcdr2 () |
Extended Common Data Representation encoding version 2. More... | |
static DataRepresentationId | dds::core::policy::DataRepresentation::auto_id () |
Representation automatically chosen based on the type. More... | |
A list of data representations and compression methods supported by a dds::pub::DataWriter or dds::sub::DataReader.
typedef int16_t dds::core::policy::DataRepresentationId |
The type of the elements that DataRepresentation contains.
2-byte signed integers
typedef std::vector<DataRepresentationId> dds::core::policy::DataRepresentationIdSeq |
A vector of DataRepresentationId.
|
inlinestatic |
Extended Common Data Representation encoding version 1.
|
inlinestatic |
XML Data Representation (unsupported)
|
inlinestatic |
Extended Common Data Representation encoding version 2.
|
inlinestatic |
Representation automatically chosen based on the type.
For plain language binding, if the allowed_data_representation annotation is not specified or if it contains the value XCDR, RTI Connext translates this field to dds::core::policy::DataRepresentation::xcdr(). Otherwise, it translates this field to dds::core::policy::DataRepresentation::xcdr2().
For the FlatData language binding, RTI Connext translates this field to dds::core::policy::DataRepresentation::xcdr2().