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 QosPolicyId POLICY_ID = QosPolicyId::DATAREPRESENTATION_QOS_POLICY_ID
 QoS policy id. More...
 

Detailed Description

Qos to configure data representation.

Member Data Documentation

◆ 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: