Struct EntityInfo

Struct Documentation

struct rmw_dds_common::EntityInfo

Structure to represent the discovery data of an endpoint (data reader or writer).

Public Functions

inline 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 Members

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.