19 #ifndef REPLIERATTRIBUTES_HPP_ 20 #define REPLIERATTRIBUTES_HPP_ 22 #include "PublisherAttributes.h" 23 #include "SubscriberAttributes.h" 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:39
Definition: ReplierAttributes.hpp:28
std::string service_name
Definition: ReplierAttributes.hpp:42
bool operator==(const ReplierAttributes &b) const
Definition: ReplierAttributes.hpp:33
PublisherAttributes publisher
Definition: ReplierAttributes.hpp:47
eProsima namespace.
Definition: LibrarySettingsAttributes.h:23
std::string request_type
Definition: ReplierAttributes.hpp:43
ReplierAttributes()=default
SubscriberAttributes subscriber
Definition: ReplierAttributes.hpp:48
Class SubscriberAttributes, used by the user to define the attributes of a Subscriber.
Definition: SubscriberAttributes.h:40
std::string request_topic_name
Definition: ReplierAttributes.hpp:45
std::string reply_type
Definition: ReplierAttributes.hpp:44