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