$search
#include <SkillStatus.h>
Public Types | |
enum | { S_INACTIVE = 0 } |
enum | { S_FINAL = 1 } |
enum | { S_RUNNING = 2 } |
enum | { S_FAILED = 3 } |
typedef int8_t | _channel_type |
typedef int8_t | _status_type |
typedef boost::shared_ptr < ::skiller::SkillStatus_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::skiller::SkillStatus_ < ContainerAllocator > > | Ptr |
typedef SkillStatus_ < 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 |
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 |
SkillStatus_ (const ContainerAllocator &_alloc) | |
SkillStatus_ () | |
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 () |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
int8_t | channel |
int8_t | status |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 21 of file SkillStatus.h.
typedef int8_t skiller::SkillStatus_< ContainerAllocator >::_channel_type |
Definition at line 39 of file SkillStatus.h.
typedef int8_t skiller::SkillStatus_< ContainerAllocator >::_status_type |
Definition at line 36 of file SkillStatus.h.
typedef boost::shared_ptr< ::skiller::SkillStatus_<ContainerAllocator> const> skiller::SkillStatus_< ContainerAllocator >::ConstPtr |
Definition at line 102 of file SkillStatus.h.
typedef boost::shared_ptr< ::skiller::SkillStatus_<ContainerAllocator> > skiller::SkillStatus_< ContainerAllocator >::Ptr |
Definition at line 101 of file SkillStatus.h.
typedef SkillStatus_<ContainerAllocator> skiller::SkillStatus_< ContainerAllocator >::Type |
Definition at line 22 of file SkillStatus.h.
anonymous enum |
Definition at line 42 of file SkillStatus.h.
anonymous enum |
Definition at line 43 of file SkillStatus.h.
anonymous enum |
Definition at line 44 of file SkillStatus.h.
anonymous enum |
Definition at line 45 of file SkillStatus.h.
skiller::SkillStatus_< ContainerAllocator >::SkillStatus_ | ( | ) | [inline] |
Definition at line 24 of file SkillStatus.h.
skiller::SkillStatus_< ContainerAllocator >::SkillStatus_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 30 of file SkillStatus.h.
ROS_DEPRECATED const std::string skiller::SkillStatus_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 52 of file SkillStatus.h.
ROS_DEPRECATED const std::string skiller::SkillStatus_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 59 of file SkillStatus.h.
ROS_DEPRECATED const std::string skiller::SkillStatus_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 75 of file SkillStatus.h.
static ROS_DEPRECATED const std::string skiller::SkillStatus_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 50 of file SkillStatus.h.
static const char* skiller::SkillStatus_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 48 of file SkillStatus.h.
static ROS_DEPRECATED const std::string skiller::SkillStatus_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 57 of file SkillStatus.h.
static const char* skiller::SkillStatus_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 55 of file SkillStatus.h.
static ROS_DEPRECATED const std::string skiller::SkillStatus_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 73 of file SkillStatus.h.
static const char* skiller::SkillStatus_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 62 of file SkillStatus.h.
virtual ROS_DEPRECATED uint8_t* skiller::SkillStatus_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 85 of file SkillStatus.h.
virtual ROS_DEPRECATED uint32_t skiller::SkillStatus_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 93 of file SkillStatus.h.
virtual ROS_DEPRECATED uint8_t* skiller::SkillStatus_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 77 of file SkillStatus.h.
boost::shared_ptr<std::map<std::string, std::string> > skiller::SkillStatus_< ContainerAllocator >::__connection_header |
Definition at line 103 of file SkillStatus.h.
int8_t skiller::SkillStatus_< ContainerAllocator >::channel |
Definition at line 40 of file SkillStatus.h.
int8_t skiller::SkillStatus_< ContainerAllocator >::status |
Definition at line 37 of file SkillStatus.h.