A list of data representations and compression methods supported by a DDS::DataWriter or DDS::DataReader.
More...
A list of data representations and compression methods supported by a DDS::DataWriter or DDS::DataReader.
◆ get_data_representation_qos_policy_name()
static System::String ^ DDS::DataRepresentationQosPolicy::get_data_representation_qos_policy_name |
( |
| ) |
|
|
inlinestatic |
◆ XCDR_DATA_REPRESENTATION
System::Int16 DDS::DataRepresentationQosPolicy::XCDR_DATA_REPRESENTATION |
|
static |
Initial value:=
DDS_XCDR_DATA_REPRESENTATION
Corresponds to the Extended Common Data Representation encoding version 1.
◆ XML_DATA_REPRESENTATION
System::Int16 DDS::DataRepresentationQosPolicy::XML_DATA_REPRESENTATION |
|
static |
Initial value:=
DDS_XML_DATA_REPRESENTATION
Corresponds to the XML Data Representation (unsupported).
- Note
- This value is currently not supported.
◆ XCDR2_DATA_REPRESENTATION
System::Int16 DDS::DataRepresentationQosPolicy::XCDR2_DATA_REPRESENTATION |
|
static |
Initial value:=
DDS_XCDR2_DATA_REPRESENTATION
Corresponds to the Extended Common Data Representation encoding version 2.
◆ AUTO_DATA_REPRESENTATION
System::Int16 DDS::DataRepresentationQosPolicy::AUTO_DATA_REPRESENTATION |
|
static |
Initial value:=
DDS_AUTO_DATA_REPRESENTATION
Representation is 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::DataRepresentationId_t::XCDR_DATA_REPRESENTATION. Otherwise, it translates this field to DDS::DataRepresentationId_t::XCDR2_DATA_REPRESENTATION.
For the FlatData language binding, RTI Connext translates this field to DDS::DataRepresentationId_t::XCDR2_DATA_REPRESENTATION.