rmw_dds_common
master
Define a common interface between DDS implementations of ROS middleware.
|
Structure to represent the discovery data of an endpoint (reader or writer). More...
#include <graph_cache.hpp>
Public Member Functions | |
EntityInfo (const std::string &topic_name, const std::string &topic_type, const rmw_gid_t &participant_gid, const rmw_qos_profile_t &qos) | |
Simple constructor. | |
Public Attributes | |
std::string | topic_name |
Topic name. | |
std::string | topic_type |
Topic type. | |
rmw_gid_t | participant_gid |
Participant gid. | |
rmw_qos_profile_t | qos |
Quality of service of the topic. | |
Structure to represent the discovery data of an endpoint (reader or writer).