event_detector 1.0.0
|
Struct containing all data topics from a connected client. More...
#include <common.hpp>
Public Attributes | |
std::string | id |
client ID | |
std::string | name |
client name | |
std::string | base_frame |
name of base frame | |
std::string | tf_prefix |
prefix of frames | |
Struct containing all data topics from a connected client.
Definition at line 65 of file common.hpp.
std::string event_detector::ClientConnection::base_frame |
name of base frame
Definition at line 68 of file common.hpp.
std::string event_detector::ClientConnection::id |
client ID
Definition at line 66 of file common.hpp.
std::string event_detector::ClientConnection::name |
client name
Definition at line 67 of file common.hpp.
std::string event_detector::ClientConnection::tf_prefix |
prefix of frames
Definition at line 69 of file common.hpp.