 |
Fast RTPS
Version 2.1.0
Fast RTPS
|
19 #ifndef REPLIERATTRIBUTES_HPP_
20 #define REPLIERATTRIBUTES_HPP_
22 #include "PublisherAttributes.h"
23 #include "SubscriberAttributes.h"
Definition: ReplierAttributes.hpp:29
std::string reply_type
Definition: ReplierAttributes.hpp:44
std::string reply_topic_name
Definition: ReplierAttributes.hpp:46
Class PublisherAttributes, used by the user to define the attributes of a Publisher.
Definition: PublisherAttributes.h:40
std::string service_name
Definition: ReplierAttributes.hpp:42
std::string request_type
Definition: ReplierAttributes.hpp:43
std::string request_topic_name
Definition: ReplierAttributes.hpp:45
PublisherAttributes publisher
Definition: ReplierAttributes.hpp:47
bool operator==(const ReplierAttributes &b) const
Definition: ReplierAttributes.hpp:33
eProsima namespace.
Definition: LibrarySettingsAttributes.h:23
Class SubscriberAttributes, used by the user to define the attributes of a Subscriber.
Definition: SubscriberAttributes.h:41
ReplierAttributes()=default
SubscriberAttributes subscriber
Definition: ReplierAttributes.hpp:48