$search
#include <SpawnModel.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _status_message_type |
typedef uint8_t | _success_type |
typedef boost::shared_ptr < ::gazebo::SpawnModelResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::gazebo::SpawnModelResponse_ < ContainerAllocator > > | Ptr |
typedef SpawnModelResponse_ < 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) |
virtual ROS_DEPRECATED uint32_t | serializationLength () const |
virtual ROS_DEPRECATED uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
SpawnModelResponse_ (const ContainerAllocator &_alloc) | |
SpawnModelResponse_ () | |
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::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | status_message |
uint8_t | success |
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 168 of file SpawnModel.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gazebo::SpawnModelResponse_< ContainerAllocator >::_status_message_type |
Definition at line 186 of file SpawnModel.h.
typedef uint8_t gazebo::SpawnModelResponse_< ContainerAllocator >::_success_type |
Definition at line 183 of file SpawnModel.h.
typedef boost::shared_ptr< ::gazebo::SpawnModelResponse_<ContainerAllocator> const> gazebo::SpawnModelResponse_< ContainerAllocator >::ConstPtr |
Definition at line 247 of file SpawnModel.h.
typedef boost::shared_ptr< ::gazebo::SpawnModelResponse_<ContainerAllocator> > gazebo::SpawnModelResponse_< ContainerAllocator >::Ptr |
Definition at line 246 of file SpawnModel.h.
typedef SpawnModelResponse_<ContainerAllocator> gazebo::SpawnModelResponse_< ContainerAllocator >::Type |
Definition at line 169 of file SpawnModel.h.
gazebo::SpawnModelResponse_< ContainerAllocator >::SpawnModelResponse_ | ( | ) | [inline] |
Definition at line 171 of file SpawnModel.h.
gazebo::SpawnModelResponse_< ContainerAllocator >::SpawnModelResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 177 of file SpawnModel.h.
ROS_DEPRECATED const std::string gazebo::SpawnModelResponse_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 195 of file SpawnModel.h.
ROS_DEPRECATED const std::string gazebo::SpawnModelResponse_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 202 of file SpawnModel.h.
ROS_DEPRECATED const std::string gazebo::SpawnModelResponse_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 220 of file SpawnModel.h.
ROS_DEPRECATED const std::string gazebo::SpawnModelResponse_< ContainerAllocator >::__getServerMD5Sum | ( | ) | const [inline] |
Definition at line 209 of file SpawnModel.h.
static ROS_DEPRECATED const std::string gazebo::SpawnModelResponse_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 193 of file SpawnModel.h.
static const char* gazebo::SpawnModelResponse_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 191 of file SpawnModel.h.
static ROS_DEPRECATED const std::string gazebo::SpawnModelResponse_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 200 of file SpawnModel.h.
static const char* gazebo::SpawnModelResponse_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 198 of file SpawnModel.h.
static ROS_DEPRECATED const std::string gazebo::SpawnModelResponse_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 218 of file SpawnModel.h.
static const char* gazebo::SpawnModelResponse_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 212 of file SpawnModel.h.
static ROS_DEPRECATED const std::string gazebo::SpawnModelResponse_< ContainerAllocator >::__s_getServerMD5Sum | ( | ) | [inline, static] |
Definition at line 207 of file SpawnModel.h.
static const char* gazebo::SpawnModelResponse_< ContainerAllocator >::__s_getServerMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 205 of file SpawnModel.h.
virtual ROS_DEPRECATED uint8_t* gazebo::SpawnModelResponse_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 230 of file SpawnModel.h.
virtual ROS_DEPRECATED uint32_t gazebo::SpawnModelResponse_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 238 of file SpawnModel.h.
virtual ROS_DEPRECATED uint8_t* gazebo::SpawnModelResponse_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 222 of file SpawnModel.h.
boost::shared_ptr<std::map<std::string, std::string> > gazebo::SpawnModelResponse_< ContainerAllocator >::__connection_header |
Definition at line 248 of file SpawnModel.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gazebo::SpawnModelResponse_< ContainerAllocator >::status_message |
Definition at line 187 of file SpawnModel.h.
uint8_t gazebo::SpawnModelResponse_< ContainerAllocator >::success |
Definition at line 184 of file SpawnModel.h.