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