#include <TopicLoggerGoal.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _command_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _ID_type |
typedef std::vector < std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > , typename ContainerAllocator::template rebind< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > >::other > | _selectedTopics_type |
typedef boost::shared_ptr < ::topic_logger::TopicLoggerGoal_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::topic_logger::TopicLoggerGoal_ < ContainerAllocator > > | Ptr |
typedef TopicLoggerGoal_ < ContainerAllocator > | Type |
Public Member Functions | |
TopicLoggerGoal_ () | |
TopicLoggerGoal_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | command |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | ID |
std::vector< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > , typename ContainerAllocator::template rebind< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > >::other > | selectedTopics |
Definition at line 21 of file TopicLoggerGoal.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > topic_logger::TopicLoggerGoal_< ContainerAllocator >::_command_type |
Definition at line 38 of file TopicLoggerGoal.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > topic_logger::TopicLoggerGoal_< ContainerAllocator >::_ID_type |
Definition at line 41 of file TopicLoggerGoal.h.
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > topic_logger::TopicLoggerGoal_< ContainerAllocator >::_selectedTopics_type |
Definition at line 44 of file TopicLoggerGoal.h.
typedef boost::shared_ptr< ::topic_logger::TopicLoggerGoal_<ContainerAllocator> const> topic_logger::TopicLoggerGoal_< ContainerAllocator >::ConstPtr |
Definition at line 49 of file TopicLoggerGoal.h.
typedef boost::shared_ptr< ::topic_logger::TopicLoggerGoal_<ContainerAllocator> > topic_logger::TopicLoggerGoal_< ContainerAllocator >::Ptr |
Definition at line 48 of file TopicLoggerGoal.h.
typedef TopicLoggerGoal_<ContainerAllocator> topic_logger::TopicLoggerGoal_< ContainerAllocator >::Type |
Definition at line 22 of file TopicLoggerGoal.h.
topic_logger::TopicLoggerGoal_< ContainerAllocator >::TopicLoggerGoal_ | ( | ) | [inline] |
Definition at line 24 of file TopicLoggerGoal.h.
topic_logger::TopicLoggerGoal_< ContainerAllocator >::TopicLoggerGoal_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 31 of file TopicLoggerGoal.h.
boost::shared_ptr<std::map<std::string, std::string> > topic_logger::TopicLoggerGoal_< ContainerAllocator >::__connection_header |
Definition at line 50 of file TopicLoggerGoal.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > topic_logger::TopicLoggerGoal_< ContainerAllocator >::command |
Definition at line 39 of file TopicLoggerGoal.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > topic_logger::TopicLoggerGoal_< ContainerAllocator >::ID |
Definition at line 42 of file TopicLoggerGoal.h.
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > topic_logger::TopicLoggerGoal_< ContainerAllocator >::selectedTopics |
Definition at line 45 of file TopicLoggerGoal.h.