rmw_dds_common
master
Define a common interface between DDS implementations of ROS middleware.
|
Methods used to update the Graph Cache. More...
Functions | |
void | rmw_dds_common::GraphCache::add_participant (const rmw_gid_t &participant_gid, const std::string &enclave) |
Add a discovered participant to the cache. More... | |
bool | rmw_dds_common::GraphCache::remove_participant (const rmw_gid_t &participant_gid) |
Remove a participant based on discovery. More... | |
Methods used to update the Graph Cache.
void rmw_dds_common::GraphCache::add_participant | ( | const rmw_gid_t & | participant_gid, |
const std::string & | enclave | ||
) |
Add a discovered participant to the cache.
gid | The participant guid. |
enclave | Name of the enclave. |
bool rmw_dds_common::GraphCache::remove_participant | ( | const rmw_gid_t & | participant_gid | ) |
Remove a participant based on discovery.
participant_gid |
true
when a change took place.