$search
#include <SetModelsJointsStates.h>
Public Types | |
typedef std::vector < ::pr2_gazebo_plugins::ModelJointsState_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::pr2_gazebo_plugins::ModelJointsState_ < ContainerAllocator > >::other > | _model_joints_states_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 > | _model_names_type |
typedef boost::shared_ptr < ::pr2_gazebo_plugins::SetModelsJointsStatesRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::pr2_gazebo_plugins::SetModelsJointsStatesRequest_ < ContainerAllocator > > | Ptr |
typedef SetModelsJointsStatesRequest_ < 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 |
ROS_DEPRECATED const std::string | __getServerMD5Sum () const |
virtual ROS_DEPRECATED uint8_t * | deserialize (uint8_t *read_ptr) |
ROS_DEPRECATED uint32_t | get_model_joints_states_size () const |
ROS_DEPRECATED void | get_model_joints_states_vec (std::vector< ::pr2_gazebo_plugins::ModelJointsState_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_gazebo_plugins::ModelJointsState_< ContainerAllocator > >::other > &vec) const |
ROS_DEPRECATED uint32_t | get_model_names_size () const |
ROS_DEPRECATED void | get_model_names_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 |
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_model_joints_states_size (uint32_t size) |
ROS_DEPRECATED void | set_model_joints_states_vec (const std::vector< ::pr2_gazebo_plugins::ModelJointsState_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_gazebo_plugins::ModelJointsState_< ContainerAllocator > >::other > &vec) |
ROS_DEPRECATED void | set_model_names_size (uint32_t size) |
ROS_DEPRECATED void | set_model_names_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) |
SetModelsJointsStatesRequest_ (const ContainerAllocator &_alloc) | |
SetModelsJointsStatesRequest_ () | |
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 () |
static ROS_DEPRECATED const std::string | __s_getServerMD5Sum () |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector < ::pr2_gazebo_plugins::ModelJointsState_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::pr2_gazebo_plugins::ModelJointsState_ < ContainerAllocator > >::other > | model_joints_states |
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 > | model_names |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
static const char * | __s_getServerMD5Sum_ () |
Definition at line 26 of file SetModelsJointsStates.h.
typedef std::vector< ::pr2_gazebo_plugins::ModelJointsState_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::pr2_gazebo_plugins::ModelJointsState_<ContainerAllocator> >::other > pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::_model_joints_states_type |
Definition at line 44 of file SetModelsJointsStates.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 > pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::_model_names_type |
Definition at line 41 of file SetModelsJointsStates.h.
typedef boost::shared_ptr< ::pr2_gazebo_plugins::SetModelsJointsStatesRequest_<ContainerAllocator> const> pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::ConstPtr |
Definition at line 140 of file SetModelsJointsStates.h.
typedef boost::shared_ptr< ::pr2_gazebo_plugins::SetModelsJointsStatesRequest_<ContainerAllocator> > pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::Ptr |
Definition at line 139 of file SetModelsJointsStates.h.
typedef SetModelsJointsStatesRequest_<ContainerAllocator> pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::Type |
Definition at line 27 of file SetModelsJointsStates.h.
pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::SetModelsJointsStatesRequest_ | ( | ) | [inline] |
Definition at line 29 of file SetModelsJointsStates.h.
pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::SetModelsJointsStatesRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 35 of file SetModelsJointsStates.h.
ROS_DEPRECATED const std::string pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 61 of file SetModelsJointsStates.h.
ROS_DEPRECATED const std::string pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 68 of file SetModelsJointsStates.h.
ROS_DEPRECATED const std::string pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 113 of file SetModelsJointsStates.h.
ROS_DEPRECATED const std::string pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::__getServerMD5Sum | ( | ) | const [inline] |
Definition at line 75 of file SetModelsJointsStates.h.
static ROS_DEPRECATED const std::string pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 59 of file SetModelsJointsStates.h.
static const char* pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 57 of file SetModelsJointsStates.h.
static ROS_DEPRECATED const std::string pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 66 of file SetModelsJointsStates.h.
static const char* pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 64 of file SetModelsJointsStates.h.
static ROS_DEPRECATED const std::string pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 111 of file SetModelsJointsStates.h.
static const char* pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 78 of file SetModelsJointsStates.h.
static ROS_DEPRECATED const std::string pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::__s_getServerMD5Sum | ( | ) | [inline, static] |
Definition at line 73 of file SetModelsJointsStates.h.
static const char* pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::__s_getServerMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 71 of file SetModelsJointsStates.h.
virtual ROS_DEPRECATED uint8_t* pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 123 of file SetModelsJointsStates.h.
ROS_DEPRECATED uint32_t pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::get_model_joints_states_size | ( | ) | const [inline] |
Definition at line 52 of file SetModelsJointsStates.h.
ROS_DEPRECATED void pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::get_model_joints_states_vec | ( | std::vector< ::pr2_gazebo_plugins::ModelJointsState_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_gazebo_plugins::ModelJointsState_< ContainerAllocator > >::other > & | vec | ) | const [inline] |
Definition at line 54 of file SetModelsJointsStates.h.
ROS_DEPRECATED uint32_t pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::get_model_names_size | ( | ) | const [inline] |
Definition at line 48 of file SetModelsJointsStates.h.
ROS_DEPRECATED void pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::get_model_names_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 50 of file SetModelsJointsStates.h.
virtual ROS_DEPRECATED uint32_t pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 131 of file SetModelsJointsStates.h.
virtual ROS_DEPRECATED uint8_t* pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 115 of file SetModelsJointsStates.h.
ROS_DEPRECATED void pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::set_model_joints_states_size | ( | uint32_t | size | ) | [inline] |
Definition at line 53 of file SetModelsJointsStates.h.
ROS_DEPRECATED void pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::set_model_joints_states_vec | ( | const std::vector< ::pr2_gazebo_plugins::ModelJointsState_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::pr2_gazebo_plugins::ModelJointsState_< ContainerAllocator > >::other > & | vec | ) | [inline] |
Definition at line 55 of file SetModelsJointsStates.h.
ROS_DEPRECATED void pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::set_model_names_size | ( | uint32_t | size | ) | [inline] |
Definition at line 49 of file SetModelsJointsStates.h.
ROS_DEPRECATED void pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::set_model_names_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 51 of file SetModelsJointsStates.h.
boost::shared_ptr<std::map<std::string, std::string> > pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::__connection_header |
Definition at line 141 of file SetModelsJointsStates.h.
std::vector< ::pr2_gazebo_plugins::ModelJointsState_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::pr2_gazebo_plugins::ModelJointsState_<ContainerAllocator> >::other > pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::model_joints_states |
Definition at line 45 of file SetModelsJointsStates.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 > pr2_gazebo_plugins::SetModelsJointsStatesRequest_< ContainerAllocator >::model_names |
Definition at line 42 of file SetModelsJointsStates.h.