$search
#include <InteractiveMarkerUpdate.h>
Public Types | |
enum | { KEEP_ALIVE = 0 } |
enum | { UPDATE = 1 } |
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 > | _erases_type |
typedef std::vector < ::visualization_msgs::InteractiveMarker_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::visualization_msgs::InteractiveMarker_ < ContainerAllocator > >::other > | _markers_type |
typedef std::vector < ::visualization_msgs::InteractiveMarkerPose_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::visualization_msgs::InteractiveMarkerPose_ < ContainerAllocator > >::other > | _poses_type |
typedef uint64_t | _seq_num_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _server_id_type |
typedef uint8_t | _type_type |
typedef boost::shared_ptr < ::visualization_msgs::InteractiveMarkerUpdate_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::visualization_msgs::InteractiveMarkerUpdate_ < ContainerAllocator > > | Ptr |
typedef InteractiveMarkerUpdate_ < 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_erases_size () const |
ROS_DEPRECATED void | get_erases_vec (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 > &vec) const |
ROS_DEPRECATED uint32_t | get_markers_size () const |
ROS_DEPRECATED void | get_markers_vec (std::vector< ::visualization_msgs::InteractiveMarker_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarker_< ContainerAllocator > >::other > &vec) const |
ROS_DEPRECATED uint32_t | get_poses_size () const |
ROS_DEPRECATED void | get_poses_vec (std::vector< ::visualization_msgs::InteractiveMarkerPose_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarkerPose_< ContainerAllocator > >::other > &vec) const |
InteractiveMarkerUpdate_ (const ContainerAllocator &_alloc) | |
InteractiveMarkerUpdate_ () | |
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_erases_size (uint32_t size) |
ROS_DEPRECATED void | set_erases_vec (const 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 > &vec) |
ROS_DEPRECATED void | set_markers_size (uint32_t size) |
ROS_DEPRECATED void | set_markers_vec (const std::vector< ::visualization_msgs::InteractiveMarker_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarker_< ContainerAllocator > >::other > &vec) |
ROS_DEPRECATED void | set_poses_size (uint32_t size) |
ROS_DEPRECATED void | set_poses_vec (const std::vector< ::visualization_msgs::InteractiveMarkerPose_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarkerPose_< 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< 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 > | erases |
std::vector < ::visualization_msgs::InteractiveMarker_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::visualization_msgs::InteractiveMarker_ < ContainerAllocator > >::other > | markers |
std::vector < ::visualization_msgs::InteractiveMarkerPose_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::visualization_msgs::InteractiveMarkerPose_ < ContainerAllocator > >::other > | poses |
uint64_t | seq_num |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | server_id |
uint8_t | type |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 23 of file InteractiveMarkerUpdate.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 > visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::_erases_type |
Definition at line 61 of file InteractiveMarkerUpdate.h.
typedef std::vector< ::visualization_msgs::InteractiveMarker_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarker_<ContainerAllocator> >::other > visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::_markers_type |
Definition at line 55 of file InteractiveMarkerUpdate.h.
typedef std::vector< ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator> >::other > visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::_poses_type |
Definition at line 58 of file InteractiveMarkerUpdate.h.
typedef uint64_t visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::_seq_num_type |
Definition at line 49 of file InteractiveMarkerUpdate.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::_server_id_type |
Definition at line 46 of file InteractiveMarkerUpdate.h.
typedef uint8_t visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::_type_type |
Definition at line 52 of file InteractiveMarkerUpdate.h.
typedef boost::shared_ptr< ::visualization_msgs::InteractiveMarkerUpdate_<ContainerAllocator> const> visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::ConstPtr |
Definition at line 440 of file InteractiveMarkerUpdate.h.
typedef boost::shared_ptr< ::visualization_msgs::InteractiveMarkerUpdate_<ContainerAllocator> > visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::Ptr |
Definition at line 439 of file InteractiveMarkerUpdate.h.
typedef InteractiveMarkerUpdate_<ContainerAllocator> visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::Type |
Definition at line 24 of file InteractiveMarkerUpdate.h.
anonymous enum |
Definition at line 64 of file InteractiveMarkerUpdate.h.
anonymous enum |
Definition at line 65 of file InteractiveMarkerUpdate.h.
visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::InteractiveMarkerUpdate_ | ( | ) | [inline] |
Definition at line 26 of file InteractiveMarkerUpdate.h.
visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::InteractiveMarkerUpdate_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 36 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 84 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 91 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 401 of file InteractiveMarkerUpdate.h.
static ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 82 of file InteractiveMarkerUpdate.h.
static const char* visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 80 of file InteractiveMarkerUpdate.h.
static ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 89 of file InteractiveMarkerUpdate.h.
static const char* visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 87 of file InteractiveMarkerUpdate.h.
static ROS_DEPRECATED const std::string visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 399 of file InteractiveMarkerUpdate.h.
static const char* visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 94 of file InteractiveMarkerUpdate.h.
virtual ROS_DEPRECATED uint8_t* visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 415 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED uint32_t visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::get_erases_size | ( | ) | const [inline] |
Definition at line 75 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::get_erases_vec | ( | 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 > & | vec | ) | const [inline] |
Definition at line 77 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED uint32_t visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::get_markers_size | ( | ) | const [inline] |
Definition at line 67 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::get_markers_vec | ( | std::vector< ::visualization_msgs::InteractiveMarker_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarker_< ContainerAllocator > >::other > & | vec | ) | const [inline] |
Definition at line 69 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED uint32_t visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::get_poses_size | ( | ) | const [inline] |
Definition at line 71 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::get_poses_vec | ( | std::vector< ::visualization_msgs::InteractiveMarkerPose_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarkerPose_< ContainerAllocator > >::other > & | vec | ) | const [inline] |
Definition at line 73 of file InteractiveMarkerUpdate.h.
virtual ROS_DEPRECATED uint32_t visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 427 of file InteractiveMarkerUpdate.h.
virtual ROS_DEPRECATED uint8_t* visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 403 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::set_erases_size | ( | uint32_t | size | ) | [inline] |
Definition at line 76 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::set_erases_vec | ( | const 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 > & | vec | ) | [inline] |
Definition at line 78 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::set_markers_size | ( | uint32_t | size | ) | [inline] |
Definition at line 68 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::set_markers_vec | ( | const std::vector< ::visualization_msgs::InteractiveMarker_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarker_< ContainerAllocator > >::other > & | vec | ) | [inline] |
Definition at line 70 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::set_poses_size | ( | uint32_t | size | ) | [inline] |
Definition at line 72 of file InteractiveMarkerUpdate.h.
ROS_DEPRECATED void visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::set_poses_vec | ( | const std::vector< ::visualization_msgs::InteractiveMarkerPose_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarkerPose_< ContainerAllocator > >::other > & | vec | ) | [inline] |
Definition at line 74 of file InteractiveMarkerUpdate.h.
boost::shared_ptr<std::map<std::string, std::string> > visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::__connection_header |
Definition at line 441 of file InteractiveMarkerUpdate.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 > visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::erases |
Definition at line 62 of file InteractiveMarkerUpdate.h.
std::vector< ::visualization_msgs::InteractiveMarker_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarker_<ContainerAllocator> >::other > visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::markers |
Definition at line 56 of file InteractiveMarkerUpdate.h.
std::vector< ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::visualization_msgs::InteractiveMarkerPose_<ContainerAllocator> >::other > visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::poses |
Definition at line 59 of file InteractiveMarkerUpdate.h.
uint64_t visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::seq_num |
Definition at line 50 of file InteractiveMarkerUpdate.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::server_id |
Definition at line 47 of file InteractiveMarkerUpdate.h.
uint8_t visualization_msgs::InteractiveMarkerUpdate_< ContainerAllocator >::type |
Definition at line 53 of file InteractiveMarkerUpdate.h.