#include <StatusCodes.h>
Public Types | |
| enum | { SUCCESS = 0 } |
| enum | { BAD_REQUEST = 400 } |
| enum | { NOT_FOUND = 404 } |
| enum | { NOT_RUNNING = 430 } |
| enum | { INTERNAL_ERROR = 500 } |
| enum | { APP_INVALID = 510 } |
| enum | { MULTIAPP_NOT_SUPPORTED = 511 } |
| typedef boost::shared_ptr < ::app_manager::StatusCodes_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::app_manager::StatusCodes_ < ContainerAllocator > > | Ptr |
| typedef StatusCodes_ < 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 |
| StatusCodes_ (const ContainerAllocator &_alloc) | |
| StatusCodes_ () | |
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 Private Member Functions | |
| static const char * | __s_getDataType_ () |
| static const char * | __s_getMD5Sum_ () |
| static const char * | __s_getMessageDefinition_ () |
Definition at line 17 of file StatusCodes.h.
| typedef boost::shared_ptr< ::app_manager::StatusCodes_<ContainerAllocator> const> app_manager::StatusCodes_< ContainerAllocator >::ConstPtr |
Definition at line 92 of file StatusCodes.h.
| typedef boost::shared_ptr< ::app_manager::StatusCodes_<ContainerAllocator> > app_manager::StatusCodes_< ContainerAllocator >::Ptr |
Definition at line 91 of file StatusCodes.h.
| typedef StatusCodes_<ContainerAllocator> app_manager::StatusCodes_< ContainerAllocator >::Type |
Definition at line 19 of file StatusCodes.h.
| anonymous enum |
Definition at line 29 of file StatusCodes.h.
| anonymous enum |
Definition at line 30 of file StatusCodes.h.
| anonymous enum |
Definition at line 31 of file StatusCodes.h.
| anonymous enum |
Definition at line 32 of file StatusCodes.h.
| anonymous enum |
Definition at line 33 of file StatusCodes.h.
| anonymous enum |
Definition at line 34 of file StatusCodes.h.
| anonymous enum |
Definition at line 35 of file StatusCodes.h.
| app_manager::StatusCodes_< ContainerAllocator >::StatusCodes_ | ( | ) | [inline] |
Definition at line 21 of file StatusCodes.h.
| app_manager::StatusCodes_< ContainerAllocator >::StatusCodes_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 25 of file StatusCodes.h.
| ROS_DEPRECATED const std::string app_manager::StatusCodes_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 42 of file StatusCodes.h.
| ROS_DEPRECATED const std::string app_manager::StatusCodes_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 49 of file StatusCodes.h.
| ROS_DEPRECATED const std::string app_manager::StatusCodes_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 71 of file StatusCodes.h.
| static ROS_DEPRECATED const std::string app_manager::StatusCodes_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 40 of file StatusCodes.h.
| static const char* app_manager::StatusCodes_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 38 of file StatusCodes.h.
| static ROS_DEPRECATED const std::string app_manager::StatusCodes_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 47 of file StatusCodes.h.
| static const char* app_manager::StatusCodes_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 45 of file StatusCodes.h.
| static ROS_DEPRECATED const std::string app_manager::StatusCodes_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 69 of file StatusCodes.h.
| static const char* app_manager::StatusCodes_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 52 of file StatusCodes.h.
| virtual ROS_DEPRECATED uint8_t* app_manager::StatusCodes_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 79 of file StatusCodes.h.
| virtual ROS_DEPRECATED uint32_t app_manager::StatusCodes_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 85 of file StatusCodes.h.
| virtual ROS_DEPRECATED uint8_t* app_manager::StatusCodes_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
| uint32_t | seq | |||
| ) | const [inline, virtual] |
Definition at line 73 of file StatusCodes.h.