$search
#include <InteractiveMarker.h>
Public Types | |
typedef std::vector < ::visualization_msgs::InteractiveMarkerControl_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::visualization_msgs::InteractiveMarkerControl_ < ContainerAllocator > >::other > | _controls_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _description_type |
typedef ::std_msgs::Header_ < ContainerAllocator > | _header_type |
typedef std::vector < ::visualization_msgs::MenuEntry_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::visualization_msgs::MenuEntry_ < ContainerAllocator > >::other > | _menu_entries_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _name_type |
typedef ::geometry_msgs::Pose_ < ContainerAllocator > | _pose_type |
typedef float | _scale_type |
typedef boost::shared_ptr < ::visualization_msgs::InteractiveMarker_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::visualization_msgs::InteractiveMarker_ < ContainerAllocator > > | Ptr |
typedef InteractiveMarker_ < ContainerAllocator > | Type |
Public Member Functions | |
ROS_DEPRECATED const std::string | __getDataType () const |
ROS_DEPRECATED const std::string | __getMD5Sum () const |
ROS_DEPRECATED const std::string | __getMessageDefinition () const |
virtual ROS_DEPRECATED uint8_t * | deserialize (uint8_t *read_ptr) |
ROS_DEPRECATED uint32_t | get_controls_size () const |
ROS_DEPRECATED void | get_controls_vec (std::vector< ::visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarkerControl_< ContainerAllocator > >::other > &vec) const |
ROS_DEPRECATED uint32_t | get_menu_entries_size () const |
ROS_DEPRECATED void | get_menu_entries_vec (std::vector< ::visualization_msgs::MenuEntry_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::MenuEntry_< ContainerAllocator > >::other > &vec) const |
InteractiveMarker_ (const ContainerAllocator &_alloc) | |
InteractiveMarker_ () | |
virtual ROS_DEPRECATED uint32_t | serializationLength () const |
virtual ROS_DEPRECATED uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
ROS_DEPRECATED void | set_controls_size (uint32_t size) |
ROS_DEPRECATED void | set_controls_vec (const std::vector< ::visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarkerControl_< ContainerAllocator > >::other > &vec) |
ROS_DEPRECATED void | set_menu_entries_size (uint32_t size) |
ROS_DEPRECATED void | set_menu_entries_vec (const std::vector< ::visualization_msgs::MenuEntry_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::MenuEntry_< ContainerAllocator > >::other > &vec) |
Static Public Member Functions | |
static ROS_DEPRECATED const std::string | __s_getDataType () |
static ROS_DEPRECATED const std::string | __s_getMD5Sum () |
static ROS_DEPRECATED const std::string | __s_getMessageDefinition () |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector < ::visualization_msgs::InteractiveMarkerControl_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::visualization_msgs::InteractiveMarkerControl_ < ContainerAllocator > >::other > | controls |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | description |
::std_msgs::Header_ < ContainerAllocator > | header |
std::vector < ::visualization_msgs::MenuEntry_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::visualization_msgs::MenuEntry_ < ContainerAllocator > >::other > | menu_entries |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | name |
::geometry_msgs::Pose_ < ContainerAllocator > | pose |
float | scale |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 25 of file InteractiveMarker.h.
typedef std::vector< ::visualization_msgs::InteractiveMarkerControl_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarkerControl_<ContainerAllocator> >::other > visualization_msgs::InteractiveMarker_< ContainerAllocator >::_controls_type |
Definition at line 68 of file InteractiveMarker.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > visualization_msgs::InteractiveMarker_< ContainerAllocator >::_description_type |
Definition at line 59 of file InteractiveMarker.h.
typedef ::std_msgs::Header_<ContainerAllocator> visualization_msgs::InteractiveMarker_< ContainerAllocator >::_header_type |
Definition at line 50 of file InteractiveMarker.h.
typedef std::vector< ::visualization_msgs::MenuEntry_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::visualization_msgs::MenuEntry_<ContainerAllocator> >::other > visualization_msgs::InteractiveMarker_< ContainerAllocator >::_menu_entries_type |
Definition at line 65 of file InteractiveMarker.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > visualization_msgs::InteractiveMarker_< ContainerAllocator >::_name_type |
Definition at line 56 of file InteractiveMarker.h.
typedef ::geometry_msgs::Pose_<ContainerAllocator> visualization_msgs::InteractiveMarker_< ContainerAllocator >::_pose_type |
Definition at line 53 of file InteractiveMarker.h.
typedef float visualization_msgs::InteractiveMarker_< ContainerAllocator >::_scale_type |
Definition at line 62 of file InteractiveMarker.h.
typedef boost::shared_ptr< ::visualization_msgs::InteractiveMarker_<ContainerAllocator> const> visualization_msgs::InteractiveMarker_< ContainerAllocator >::ConstPtr |
Definition at line 398 of file InteractiveMarker.h.
typedef boost::shared_ptr< ::visualization_msgs::InteractiveMarker_<ContainerAllocator> > visualization_msgs::InteractiveMarker_< ContainerAllocator >::Ptr |
Definition at line 397 of file InteractiveMarker.h.
typedef InteractiveMarker_<ContainerAllocator> visualization_msgs::InteractiveMarker_< ContainerAllocator >::Type |
Definition at line 26 of file InteractiveMarker.h.
visualization_msgs::InteractiveMarker_< ContainerAllocator >::InteractiveMarker_ | ( | ) | [inline] |
Definition at line 28 of file InteractiveMarker.h.
visualization_msgs::InteractiveMarker_< ContainerAllocator >::InteractiveMarker_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 39 of file InteractiveMarker.h.
ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarker_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 85 of file InteractiveMarker.h.
ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarker_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 92 of file InteractiveMarker.h.
ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarker_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 356 of file InteractiveMarker.h.
static ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarker_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 83 of file InteractiveMarker.h.
static const char* visualization_msgs::InteractiveMarker_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 81 of file InteractiveMarker.h.
static ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarker_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 90 of file InteractiveMarker.h.
static const char* visualization_msgs::InteractiveMarker_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 88 of file InteractiveMarker.h.
static ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarker_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 354 of file InteractiveMarker.h.
static const char* visualization_msgs::InteractiveMarker_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 95 of file InteractiveMarker.h.
virtual ROS_DEPRECATED uint8_t* visualization_msgs::InteractiveMarker_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 371 of file InteractiveMarker.h.
ROS_DEPRECATED uint32_t visualization_msgs::InteractiveMarker_< ContainerAllocator >::get_controls_size | ( | ) | const [inline] |
Definition at line 76 of file InteractiveMarker.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarker_< ContainerAllocator >::get_controls_vec | ( | std::vector< ::visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarkerControl_< ContainerAllocator > >::other > & | vec | ) | const [inline] |
Definition at line 78 of file InteractiveMarker.h.
ROS_DEPRECATED uint32_t visualization_msgs::InteractiveMarker_< ContainerAllocator >::get_menu_entries_size | ( | ) | const [inline] |
Definition at line 72 of file InteractiveMarker.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarker_< ContainerAllocator >::get_menu_entries_vec | ( | std::vector< ::visualization_msgs::MenuEntry_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::MenuEntry_< ContainerAllocator > >::other > & | vec | ) | const [inline] |
Definition at line 74 of file InteractiveMarker.h.
virtual ROS_DEPRECATED uint32_t visualization_msgs::InteractiveMarker_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 384 of file InteractiveMarker.h.
virtual ROS_DEPRECATED uint8_t* visualization_msgs::InteractiveMarker_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 358 of file InteractiveMarker.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarker_< ContainerAllocator >::set_controls_size | ( | uint32_t | size | ) | [inline] |
Definition at line 77 of file InteractiveMarker.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarker_< ContainerAllocator >::set_controls_vec | ( | const std::vector< ::visualization_msgs::InteractiveMarkerControl_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarkerControl_< ContainerAllocator > >::other > & | vec | ) | [inline] |
Definition at line 79 of file InteractiveMarker.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarker_< ContainerAllocator >::set_menu_entries_size | ( | uint32_t | size | ) | [inline] |
Definition at line 73 of file InteractiveMarker.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarker_< ContainerAllocator >::set_menu_entries_vec | ( | const std::vector< ::visualization_msgs::MenuEntry_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::MenuEntry_< ContainerAllocator > >::other > & | vec | ) | [inline] |
Definition at line 75 of file InteractiveMarker.h.
boost::shared_ptr<std::map<std::string, std::string> > visualization_msgs::InteractiveMarker_< ContainerAllocator >::__connection_header |
Definition at line 399 of file InteractiveMarker.h.
std::vector< ::visualization_msgs::InteractiveMarkerControl_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarkerControl_<ContainerAllocator> >::other > visualization_msgs::InteractiveMarker_< ContainerAllocator >::controls |
Definition at line 69 of file InteractiveMarker.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > visualization_msgs::InteractiveMarker_< ContainerAllocator >::description |
Definition at line 60 of file InteractiveMarker.h.
::std_msgs::Header_<ContainerAllocator> visualization_msgs::InteractiveMarker_< ContainerAllocator >::header |
Definition at line 51 of file InteractiveMarker.h.
std::vector< ::visualization_msgs::MenuEntry_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::visualization_msgs::MenuEntry_<ContainerAllocator> >::other > visualization_msgs::InteractiveMarker_< ContainerAllocator >::menu_entries |
Definition at line 66 of file InteractiveMarker.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > visualization_msgs::InteractiveMarker_< ContainerAllocator >::name |
Definition at line 57 of file InteractiveMarker.h.
::geometry_msgs::Pose_<ContainerAllocator> visualization_msgs::InteractiveMarker_< ContainerAllocator >::pose |
Definition at line 54 of file InteractiveMarker.h.
float visualization_msgs::InteractiveMarker_< ContainerAllocator >::scale |
Definition at line 63 of file InteractiveMarker.h.