|
Safe DDS
|
Qos to configure data representation. More...
#include <DataRepresentationQosPolicy.hpp>
Public Attributes | |
| bool | xcdr_data_representation = true |
| Data representation value. More... | |
| bool | xml_data_representation = false |
| XML data representation. More... | |
| bool | xcdr2_data_representation = false |
| XCDR2 data representation. More... | |
Static Public Attributes | |
| static constexpr uint32_t | MAX_SERIALIZED_REPRESENTATIONS |
| Maximum number of serialized representations. More... | |
| static constexpr QosPolicyId | POLICY_ID = QosPolicyId::DATAREPRESENTATION_QOS_POLICY_ID |
| QoS policy id. More... | |
Qos to configure data representation.
|
staticconstexpr |
Maximum number of serialized representations.
|
staticconstexpr |
QoS policy id.
| bool eprosima::safedds::dds::DataRepresentationQosPolicy::xcdr2_data_representation = false |
XCDR2 data representation.
| bool eprosima::safedds::dds::DataRepresentationQosPolicy::xcdr_data_representation = true |
Data representation value.
XCDR1 data representation.
| bool eprosima::safedds::dds::DataRepresentationQosPolicy::xml_data_representation = false |
XML data representation.