Safe DDS
eprosima::safedds::dds::DataRepresentationQosPolicy Class Reference

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...
 

Detailed Description

Qos to configure data representation.

Member Data Documentation

◆ MAX_SERIALIZED_REPRESENTATIONS

constexpr uint32_t eprosima::safedds::dds::DataRepresentationQosPolicy::MAX_SERIALIZED_REPRESENTATIONS
staticconstexpr
Initial value:
= portable::enum_to_base_cast<DataRepresentationQosPolicyKind,
uint32_t>(
DataRepresentationQosPolicyKind
Data representation kind.
Definition: DataRepresentationQosPolicy.hpp:34

Maximum number of serialized representations.

◆ POLICY_ID

constexpr QosPolicyId eprosima::safedds::dds::DataRepresentationQosPolicy::POLICY_ID = QosPolicyId::DATAREPRESENTATION_QOS_POLICY_ID
staticconstexpr

QoS policy id.

◆ xcdr2_data_representation

bool eprosima::safedds::dds::DataRepresentationQosPolicy::xcdr2_data_representation = false

XCDR2 data representation.

◆ xcdr_data_representation

bool eprosima::safedds::dds::DataRepresentationQosPolicy::xcdr_data_representation = true

Data representation value.

XCDR1 data representation.

◆ xml_data_representation

bool eprosima::safedds::dds::DataRepresentationQosPolicy::xml_data_representation = false

XML data representation.


The documentation for this class was generated from the following file: