#include <MoveArmResult.h>
Public Types | |
typedef uint8_t | _success_type |
typedef boost::shared_ptr < ::simple_arm_server::MoveArmResult_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::simple_arm_server::MoveArmResult_ < ContainerAllocator > > | Ptr |
typedef MoveArmResult_ < ContainerAllocator > | Type |
Public Member Functions | |
MoveArmResult_ () | |
MoveArmResult_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint8_t | success |
Definition at line 21 of file MoveArmResult.h.
typedef uint8_t simple_arm_server::MoveArmResult_< ContainerAllocator >::_success_type |
Definition at line 34 of file MoveArmResult.h.
typedef boost::shared_ptr< ::simple_arm_server::MoveArmResult_<ContainerAllocator> const> simple_arm_server::MoveArmResult_< ContainerAllocator >::ConstPtr |
Definition at line 39 of file MoveArmResult.h.
typedef boost::shared_ptr< ::simple_arm_server::MoveArmResult_<ContainerAllocator> > simple_arm_server::MoveArmResult_< ContainerAllocator >::Ptr |
Definition at line 38 of file MoveArmResult.h.
typedef MoveArmResult_<ContainerAllocator> simple_arm_server::MoveArmResult_< ContainerAllocator >::Type |
Definition at line 22 of file MoveArmResult.h.
simple_arm_server::MoveArmResult_< ContainerAllocator >::MoveArmResult_ | ( | ) | [inline] |
Definition at line 24 of file MoveArmResult.h.
simple_arm_server::MoveArmResult_< ContainerAllocator >::MoveArmResult_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 29 of file MoveArmResult.h.
boost::shared_ptr<std::map<std::string, std::string> > simple_arm_server::MoveArmResult_< ContainerAllocator >::__connection_header |
Definition at line 40 of file MoveArmResult.h.
uint8_t simple_arm_server::MoveArmResult_< ContainerAllocator >::success |
Definition at line 35 of file MoveArmResult.h.