$search
Structure used to store information about a topic we've received. More...
Public Attributes | |
wxTreeItemId | item_ |
Tree item associated with this topic. | |
bool | save_ |
Used when refreshing the topic list to determine if we should delete this topic from the tree or not. | |
std::string | type_ |
Topic data type (eg. "std_msgs/Empty"). |
Structure used to store information about a topic we've received.
Definition at line 79 of file topic_display.h.
wxTreeItemId rxtools::TopicDisplay::TopicInfo::item_ |
Tree item associated with this topic.
Definition at line 82 of file topic_display.h.
Used when refreshing the topic list to determine if we should delete this topic from the tree or not.
Definition at line 81 of file topic_display.h.
std::string rxtools::TopicDisplay::TopicInfo::type_ |
Topic data type (eg. "std_msgs/Empty").
Definition at line 83 of file topic_display.h.