#include "mrpt_graphslam_2d/CConnectionManager.h"
Go to the source code of this file.
Functions | |
bool | operator!= (const fkie_multimaster_msgs::ROSMaster &master1, const fkie_multimaster_msgs::ROSMaster &master2) |
bool | operator!= (const mrpt_msgs::GraphSlamAgent &agent1, const mrpt_msgs::GraphSlamAgent &agent2) |
bool | operator!= (const fkie_multimaster_msgs::ROSMaster &master, const mrpt_msgs::GraphSlamAgent &agent) |
bool | operator!= (const mrpt_msgs::GraphSlamAgent &agent, const fkie_multimaster_msgs::ROSMaster &master) |
bool | operator< (const mrpt_msgs::GraphSlamAgent &agent1, const mrpt_msgs::GraphSlamAgent &agent2) |
bool | operator== (const fkie_multimaster_msgs::ROSMaster &master1, const fkie_multimaster_msgs::ROSMaster &master2) |
ROSMaster instances are considered the same if the "uri" field is the same. More... | |
bool | operator== (const mrpt_msgs::GraphSlamAgent &agent1, const mrpt_msgs::GraphSlamAgent &agent2) |
GraphSlamAgent instances are considered the same if the "agent_id" field is the same and the topic_namespace is the same. More... | |
bool | operator== (const fkie_multimaster_msgs::ROSMaster &master, const mrpt_msgs::GraphSlamAgent &agent) |
GraphSlamAgent and ROSMaster instances are considered the same if the corresponding "name" fields coincede. More... | |
bool | operator== (const mrpt_msgs::GraphSlamAgent &agent, const fkie_multimaster_msgs::ROSMaster &master) |
bool operator!= | ( | const fkie_multimaster_msgs::ROSMaster & | master1, |
const fkie_multimaster_msgs::ROSMaster & | master2 | ||
) |
Definition at line 24 of file CConnectionManager.cpp.
bool operator!= | ( | const mrpt_msgs::GraphSlamAgent & | agent1, |
const mrpt_msgs::GraphSlamAgent & | agent2 | ||
) |
Definition at line 41 of file CConnectionManager.cpp.
bool operator!= | ( | const fkie_multimaster_msgs::ROSMaster & | master, |
const mrpt_msgs::GraphSlamAgent & | agent | ||
) |
Definition at line 63 of file CConnectionManager.cpp.
bool operator!= | ( | const mrpt_msgs::GraphSlamAgent & | agent, |
const fkie_multimaster_msgs::ROSMaster & | master | ||
) |
Definition at line 76 of file CConnectionManager.cpp.
bool operator< | ( | const mrpt_msgs::GraphSlamAgent & | agent1, |
const mrpt_msgs::GraphSlamAgent & | agent2 | ||
) |
Definition at line 48 of file CConnectionManager.cpp.
bool operator== | ( | const fkie_multimaster_msgs::ROSMaster & | master1, |
const fkie_multimaster_msgs::ROSMaster & | master2 | ||
) |
ROSMaster instances are considered the same if the "uri" field is the same.
Definition at line 18 of file CConnectionManager.cpp.
bool operator== | ( | const mrpt_msgs::GraphSlamAgent & | agent1, |
const mrpt_msgs::GraphSlamAgent & | agent2 | ||
) |
GraphSlamAgent instances are considered the same if the "agent_id" field is the same and the topic_namespace is the same.
Definition at line 31 of file CConnectionManager.cpp.
bool operator== | ( | const fkie_multimaster_msgs::ROSMaster & | master, |
const mrpt_msgs::GraphSlamAgent & | agent | ||
) |
GraphSlamAgent and ROSMaster instances are considered the same if the corresponding "name" fields coincede.
Definition at line 56 of file CConnectionManager.cpp.
bool operator== | ( | const mrpt_msgs::GraphSlamAgent & | agent, |
const fkie_multimaster_msgs::ROSMaster & | master | ||
) |
Definition at line 70 of file CConnectionManager.cpp.