#include <ReplierQos.hpp>
Public Member Functions | |
| FASTDDS_EXPORTED_API | ReplierQos () |
| Constructor. | |
| FASTDDS_EXPORTED_API bool | operator== (const ReplierQos &b) const |
| Equal comparison operator. | |
Public Attributes | |
| std::string | service_name |
| Service name. | |
| std::string | request_type |
| Request type. | |
| std::string | reply_type |
| Reply type. | |
| std::string | request_topic_name |
| Request topic name. | |
| 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. | |
|
inline |
Constructor.
|
inline |
Equal comparison operator.
| DataReaderQos reader_qos |
DataReader QoS for the reply reader.
| std::string reply_topic_name |
Reply topic name.
| std::string reply_type |
Reply type.
| std::string request_topic_name |
Request topic name.
| std::string request_type |
Request type.
| std::string service_name |
Service name.
| DataWriterQos writer_qos |
DataWriter QoS for the reply writer.