Contains information retrieved from the master about a topic. More...
#include <master.h>
Public Member Functions | |
TopicInfo (const std::string &_name, const std::string &_datatype) | |
TopicInfo () | |
Public Attributes | |
std::string | datatype |
Datatype of the topic. | |
std::string | name |
Name of the topic. |
Contains information retrieved from the master about a topic.
Definition at line 76 of file master.h.
ros::master::TopicInfo::TopicInfo | ( | const std::string & | _name, | |
const std::string & | _datatype | |||
) | [inline] |
std::string ros::master::TopicInfo::datatype |
std::string ros::master::TopicInfo::name |