graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator > Struct Template Reference

#include <LoadDatabaseModel.h>

List of all members.

Public Types

enum  { LOAD_SUCCESS = 0 }
enum  { LOAD_FAILURE = 1 }
typedef int32_t _result_type
typedef boost::shared_ptr
< ::graspit_interface_msgs::LoadDatabaseModelResponse_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::graspit_interface_msgs::LoadDatabaseModelResponse_
< ContainerAllocator > > 
Ptr
typedef
LoadDatabaseModelResponse_
< 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)
 LoadDatabaseModelResponse_ (const ContainerAllocator &_alloc)
 LoadDatabaseModelResponse_ ()
virtual ROS_DEPRECATED uint32_t serializationLength () const
virtual ROS_DEPRECATED uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const

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

int32_t result

Static Private Member Functions

static const char * __s_getDataType_ ()
static const char * __s_getMD5Sum_ ()
static const char * __s_getMessageDefinition_ ()
static const char * __s_getServerMD5Sum_ ()

Detailed Description

template<class ContainerAllocator>
struct graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >

Definition at line 152 of file LoadDatabaseModel.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef int32_t graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::_result_type

Definition at line 166 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::graspit_interface_msgs::LoadDatabaseModelResponse_<ContainerAllocator> const> graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::ConstPtr

Definition at line 227 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::graspit_interface_msgs::LoadDatabaseModelResponse_<ContainerAllocator> > graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::Ptr

Definition at line 226 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
typedef LoadDatabaseModelResponse_<ContainerAllocator> graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::Type

Definition at line 154 of file LoadDatabaseModel.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
LOAD_SUCCESS 

Definition at line 169 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
LOAD_FAILURE 

Definition at line 170 of file LoadDatabaseModel.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::LoadDatabaseModelResponse_ (  )  [inline]

Definition at line 156 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::LoadDatabaseModelResponse_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 161 of file LoadDatabaseModel.h.


Member Function Documentation

template<class ContainerAllocator >
ROS_DEPRECATED const std::string graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::__getDataType (  )  const [inline]

Definition at line 177 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::__getMD5Sum (  )  const [inline]

Definition at line 184 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::__getMessageDefinition (  )  const [inline]

Definition at line 203 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::__getServerMD5Sum (  )  const [inline]

Definition at line 191 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::__s_getDataType (  )  [inline, static]

Definition at line 175 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
static const char* graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::__s_getDataType_ (  )  [inline, static, private]

Definition at line 173 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::__s_getMD5Sum (  )  [inline, static]

Definition at line 182 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
static const char* graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::__s_getMD5Sum_ (  )  [inline, static, private]

Definition at line 180 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::__s_getMessageDefinition (  )  [inline, static]

Definition at line 201 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
static const char* graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::__s_getMessageDefinition_ (  )  [inline, static, private]

Definition at line 194 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::__s_getServerMD5Sum (  )  [inline, static]

Definition at line 189 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
static const char* graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::__s_getServerMD5Sum_ (  )  [inline, static, private]

Definition at line 187 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::deserialize ( uint8_t *  read_ptr  )  [inline, virtual]

Definition at line 212 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint32_t graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::serializationLength (  )  const [inline, virtual]

Definition at line 219 of file LoadDatabaseModel.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::serialize ( uint8_t *  write_ptr,
uint32_t  seq 
) const [inline, virtual]

Definition at line 205 of file LoadDatabaseModel.h.


Member Data Documentation

template<class ContainerAllocator >
int32_t graspit_interface_msgs::LoadDatabaseModelResponse_< ContainerAllocator >::result

Definition at line 167 of file LoadDatabaseModel.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator


graspit_interface_msgs
Author(s): Peter Brook
autogenerated on Wed Jan 25 10:18:00 2012