#include <MenuEntry.h>
Public Types | |
enum | { FEEDBACK = 0u, ROSRUN = 1u, ROSLAUNCH = 2u } |
typedef std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > | _command_type |
typedef uint8_t | _command_type_type |
typedef uint32_t | _id_type |
typedef uint32_t | _parent_id_type |
typedef std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > | _title_type |
typedef std::shared_ptr< ::visualization_msgs::MenuEntry_< ContainerAllocator > const > | ConstPtr |
typedef std::shared_ptr< ::visualization_msgs::MenuEntry_< ContainerAllocator > > | Ptr |
typedef MenuEntry_< ContainerAllocator > | Type |
Public Member Functions | |
MenuEntry_ () | |
MenuEntry_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
_command_type | command |
_command_type_type | command_type |
_id_type | id |
_parent_id_type | parent_id |
_title_type | title |
Definition at line 23 of file MenuEntry.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > visualization_msgs::MenuEntry_< ContainerAllocator >::_command_type |
Definition at line 54 of file MenuEntry.h.
typedef uint8_t visualization_msgs::MenuEntry_< ContainerAllocator >::_command_type_type |
Definition at line 57 of file MenuEntry.h.
typedef uint32_t visualization_msgs::MenuEntry_< ContainerAllocator >::_id_type |
Definition at line 45 of file MenuEntry.h.
typedef uint32_t visualization_msgs::MenuEntry_< ContainerAllocator >::_parent_id_type |
Definition at line 48 of file MenuEntry.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > visualization_msgs::MenuEntry_< ContainerAllocator >::_title_type |
Definition at line 51 of file MenuEntry.h.
typedef std::shared_ptr< ::visualization_msgs::MenuEntry_<ContainerAllocator> const> visualization_msgs::MenuEntry_< ContainerAllocator >::ConstPtr |
Definition at line 81 of file MenuEntry.h.
typedef std::shared_ptr< ::visualization_msgs::MenuEntry_<ContainerAllocator> > visualization_msgs::MenuEntry_< ContainerAllocator >::Ptr |
Definition at line 80 of file MenuEntry.h.
typedef MenuEntry_<ContainerAllocator> visualization_msgs::MenuEntry_< ContainerAllocator >::Type |
Definition at line 25 of file MenuEntry.h.
anonymous enum |
Enumerator | |
---|---|
FEEDBACK | |
ROSRUN | |
ROSLAUNCH |
Definition at line 73 of file MenuEntry.h.
|
inline |
Definition at line 27 of file MenuEntry.h.
|
inline |
Definition at line 34 of file MenuEntry.h.
_command_type visualization_msgs::MenuEntry_< ContainerAllocator >::command |
Definition at line 55 of file MenuEntry.h.
_command_type_type visualization_msgs::MenuEntry_< ContainerAllocator >::command_type |
Definition at line 58 of file MenuEntry.h.
_id_type visualization_msgs::MenuEntry_< ContainerAllocator >::id |
Definition at line 46 of file MenuEntry.h.
_parent_id_type visualization_msgs::MenuEntry_< ContainerAllocator >::parent_id |
Definition at line 49 of file MenuEntry.h.
_title_type visualization_msgs::MenuEntry_< ContainerAllocator >::title |
Definition at line 52 of file MenuEntry.h.