Struct astutedds::dcps::XmlQosProfile

ClassList > astutedds > dcps > XmlQosProfile

A parsed QoS profile entry.

  • #include <xml_config.hpp>

Public Attributes

Type Name
std::string base_name
"LibraryName::ProfileName" of the base profile, or empty
bool has_participant_qos = {false}
bool has_reader_qos = {false}
bool has_topic_qos = {false}
bool has_writer_qos = {false}
std::string library_name
DomainParticipantQos participant_qos
std::string profile_name
DataReaderQos reader_qos
TopicQos topic_qos
DataWriterQos writer_qos

Public Attributes Documentation

variable base_name

"LibraryName::ProfileName" of the base profile, or empty

std::string astutedds::dcps::XmlQosProfile::base_name;


variable has_participant_qos

bool astutedds::dcps::XmlQosProfile::has_participant_qos;

variable has_reader_qos

bool astutedds::dcps::XmlQosProfile::has_reader_qos;

variable has_topic_qos

bool astutedds::dcps::XmlQosProfile::has_topic_qos;

variable has_writer_qos

bool astutedds::dcps::XmlQosProfile::has_writer_qos;

variable library_name

std::string astutedds::dcps::XmlQosProfile::library_name;

variable participant_qos

DomainParticipantQos astutedds::dcps::XmlQosProfile::participant_qos;

variable profile_name

std::string astutedds::dcps::XmlQosProfile::profile_name;

variable reader_qos

DataReaderQos astutedds::dcps::XmlQosProfile::reader_qos;

variable topic_qos

TopicQos astutedds::dcps::XmlQosProfile::topic_qos;

variable writer_qos

DataWriterQos astutedds::dcps::XmlQosProfile::writer_qos;


The documentation for this class was generated from the following file include/astutedds/dcps/xml_config.hpp