#include <TestGrasp.h>
Public Types | |
| enum | { COMPLIANT_CLOSE = 1 } |
| enum | { REACTIVE_GRASP = 2 } |
| enum | { ROBUST_REACTIVE_GRASP = 3 } |
| enum | { DIRECT = 0 } |
| typedef ::object_manipulation_msgs::Grasp_ < ContainerAllocator > | _grasp_type |
| typedef int32_t | _test_type_type |
| typedef boost::shared_ptr < ::graspit_interface_msgs::TestGraspRequest_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::graspit_interface_msgs::TestGraspRequest_ < ContainerAllocator > > | Ptr |
| typedef TestGraspRequest_ < 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 |
| TestGraspRequest_ (const ContainerAllocator &_alloc) | |
| TestGraspRequest_ () | |
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 |
| ::object_manipulation_msgs::Grasp_ < ContainerAllocator > | grasp |
| int32_t | test_type |
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 22 of file TestGrasp.h.
| typedef ::object_manipulation_msgs::Grasp_<ContainerAllocator> graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::_grasp_type |
Definition at line 35 of file TestGrasp.h.
| typedef int32_t graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::_test_type_type |
Definition at line 38 of file TestGrasp.h.
| typedef boost::shared_ptr< ::graspit_interface_msgs::TestGraspRequest_<ContainerAllocator> const> graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::ConstPtr |
Definition at line 589 of file TestGrasp.h.
| typedef boost::shared_ptr< ::graspit_interface_msgs::TestGraspRequest_<ContainerAllocator> > graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::Ptr |
Definition at line 588 of file TestGrasp.h.
| typedef TestGraspRequest_<ContainerAllocator> graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::Type |
Definition at line 21 of file TestGrasp.h.
| anonymous enum |
Definition at line 42 of file TestGrasp.h.
| anonymous enum |
Definition at line 43 of file TestGrasp.h.
| anonymous enum |
Definition at line 44 of file TestGrasp.h.
| anonymous enum |
Definition at line 41 of file TestGrasp.h.
| graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::TestGraspRequest_ | ( | ) | [inline] |
Definition at line 23 of file TestGrasp.h.
| graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::TestGraspRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 29 of file TestGrasp.h.
| ROS_DEPRECATED const std::string graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 51 of file TestGrasp.h.
| ROS_DEPRECATED const std::string graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 58 of file TestGrasp.h.
| ROS_DEPRECATED const std::string graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 562 of file TestGrasp.h.
| ROS_DEPRECATED const std::string graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::__getServerMD5Sum | ( | ) | const [inline] |
Definition at line 65 of file TestGrasp.h.
| static ROS_DEPRECATED const std::string graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 49 of file TestGrasp.h.
| static const char* graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 47 of file TestGrasp.h.
| static ROS_DEPRECATED const std::string graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 56 of file TestGrasp.h.
| static const char* graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 54 of file TestGrasp.h.
| static ROS_DEPRECATED const std::string graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 560 of file TestGrasp.h.
| static const char* graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 68 of file TestGrasp.h.
| static ROS_DEPRECATED const std::string graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::__s_getServerMD5Sum | ( | ) | [inline, static] |
Definition at line 63 of file TestGrasp.h.
| static const char* graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::__s_getServerMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 61 of file TestGrasp.h.
| virtual ROS_DEPRECATED uint8_t* graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 572 of file TestGrasp.h.
| virtual ROS_DEPRECATED uint32_t graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 580 of file TestGrasp.h.
| virtual ROS_DEPRECATED uint8_t* graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
| uint32_t | seq | |||
| ) | const [inline, virtual] |
Definition at line 564 of file TestGrasp.h.
| boost::shared_ptr<std::map<std::string, std::string> > graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::__connection_header |
Definition at line 590 of file TestGrasp.h.
| ::object_manipulation_msgs::Grasp_<ContainerAllocator> graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::grasp |
Definition at line 36 of file TestGrasp.h.
| int32_t graspit_interface_msgs::TestGraspRequest_< ContainerAllocator >::test_type |
Definition at line 39 of file TestGrasp.h.