19#ifndef FASTDDS_DDS_DOMAIN_QOS__REPLIERQOS_HPP
20#define FASTDDS_DDS_DOMAIN_QOS__REPLIERQOS_HPP
24#include <fastdds/dds/publisher/qos/DataWriterQos.hpp>
25#include <fastdds/dds/subscriber/qos/DataReaderQos.hpp>
26#include <fastdds/fastdds_dll.hpp>
Class DataReaderQos, containing all the possible Qos that can be set for a determined DataReader.
Definition DataReaderQos.hpp:133
Class DataWriterQos, containing all the possible Qos that can be set for a determined DataWriter.
Definition DataWriterQos.hpp:85
Definition ReplierQos.hpp:33
std::string request_type
Request type.
Definition ReplierQos.hpp:58
std::string service_name
Service name.
Definition ReplierQos.hpp:55
std::string reply_topic_name
Reply topic name.
Definition ReplierQos.hpp:67
FASTDDS_EXPORTED_API bool operator==(const ReplierQos &b) const
Equal comparison operator.
Definition ReplierQos.hpp:44
FASTDDS_EXPORTED_API ReplierQos()=default
Constructor.
DataReaderQos reader_qos
DataReader QoS for the reply reader.
Definition ReplierQos.hpp:73
std::string request_topic_name
Request topic name.
Definition ReplierQos.hpp:64
DataWriterQos writer_qos
DataWriter QoS for the reply writer.
Definition ReplierQos.hpp:70
std::string reply_type
Reply type.
Definition ReplierQos.hpp:61
Definition DomainParticipant.hpp:45