Class ReplierQos
Defined in File ReplierQos.hpp
Class Documentation
-
class ReplierQos
Public Functions
-
FASTDDS_EXPORTED_API ReplierQos() = default
Constructor.
- inline FASTDDS_EXPORTED_API bool operator== (const ReplierQos &b) const
Equal comparison operator.
Public Members
-
std::string service_name
Service name.
-
std::string reply_type
Reply type.
-
std::string reply_topic_name
Reply topic name.
-
DataWriterQos writer_qos
DataWriter QoS for the reply writer.
-
DataReaderQos reader_qos
DataReader QoS for the reply reader.
-
FASTDDS_EXPORTED_API ReplierQos() = default