#include <head_ctrl.h>
Public Types | |
enum | { SUCCESS = 0 } |
enum | { FAILURE = 1 } |
enum | { ROBOT_BUSY = 2 } |
enum | { FEATURE_NOT_IMPLEMENTED = 3 } |
enum | { UNKNOWN_CGI_ACTION = 4 } |
enum | { NO_NS_SIGNAL = 5 } |
enum | { NO_EMPTY_PATH_AVAILABLE = 6 } |
enum | { FAILED_TO_READ_PATH = 7 } |
enum | { PATH_BASEADDRESS_NOT_INITIALIZED = 8 } |
enum | { PATH_NOT_FOUND = 9 } |
enum | { PATH_NAME_NOT_SPECIFIED = 10 } |
enum | { NOT_RECORDING_PATH = 11 } |
enum | { FLASH_NOT_INITIALIZED = 12 } |
enum | { FAILED_TO_DELETE_PATH = 13 } |
enum | { FAILED_TO_READ_FROM_FLASH = 14 } |
enum | { FAILED_TO_WRITE_TO_FLASH = 15 } |
enum | { FLASH_NOT_READY = 16 } |
enum | { NO_MEMORY_AVAILABLE = 17 } |
enum | { NO_MCU_PORT_AVAILABLE = 18 } |
enum | { NO_NS_PORT_AVAILABLE = 19 } |
enum | { NS_PACKET_CHECKSUM_ERROR = 20 } |
enum | { NS_UART_READ_ERROR = 21 } |
enum | { PARAMETER_OUTOFRANGE = 22 } |
enum | { NO_PARAMETER = 23 } |
typedef int8_t | _response_type |
typedef boost::shared_ptr < ::rovio_shared::head_ctrlResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::rovio_shared::head_ctrlResponse_ < ContainerAllocator > > | Ptr |
typedef head_ctrlResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
head_ctrlResponse_ () | |
head_ctrlResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
int8_t | response |
Definition at line 56 of file head_ctrl.h.
typedef int8_t rovio_shared::head_ctrlResponse_< ContainerAllocator >::_response_type |
Definition at line 69 of file head_ctrl.h.
typedef boost::shared_ptr< ::rovio_shared::head_ctrlResponse_<ContainerAllocator> const> rovio_shared::head_ctrlResponse_< ContainerAllocator >::ConstPtr |
Definition at line 98 of file head_ctrl.h.
typedef boost::shared_ptr< ::rovio_shared::head_ctrlResponse_<ContainerAllocator> > rovio_shared::head_ctrlResponse_< ContainerAllocator >::Ptr |
Definition at line 97 of file head_ctrl.h.
typedef head_ctrlResponse_<ContainerAllocator> rovio_shared::head_ctrlResponse_< ContainerAllocator >::Type |
Definition at line 57 of file head_ctrl.h.
anonymous enum |
Definition at line 72 of file head_ctrl.h.
anonymous enum |
Definition at line 73 of file head_ctrl.h.
anonymous enum |
Definition at line 74 of file head_ctrl.h.
anonymous enum |
Definition at line 75 of file head_ctrl.h.
anonymous enum |
Definition at line 76 of file head_ctrl.h.
anonymous enum |
Definition at line 77 of file head_ctrl.h.
anonymous enum |
Definition at line 78 of file head_ctrl.h.
anonymous enum |
Definition at line 79 of file head_ctrl.h.
anonymous enum |
Definition at line 80 of file head_ctrl.h.
anonymous enum |
Definition at line 81 of file head_ctrl.h.
anonymous enum |
Definition at line 82 of file head_ctrl.h.
anonymous enum |
Definition at line 83 of file head_ctrl.h.
anonymous enum |
Definition at line 84 of file head_ctrl.h.
anonymous enum |
Definition at line 85 of file head_ctrl.h.
anonymous enum |
Definition at line 86 of file head_ctrl.h.
anonymous enum |
Definition at line 87 of file head_ctrl.h.
anonymous enum |
Definition at line 88 of file head_ctrl.h.
anonymous enum |
Definition at line 89 of file head_ctrl.h.
anonymous enum |
Definition at line 90 of file head_ctrl.h.
anonymous enum |
Definition at line 91 of file head_ctrl.h.
anonymous enum |
Definition at line 92 of file head_ctrl.h.
anonymous enum |
Definition at line 93 of file head_ctrl.h.
anonymous enum |
Definition at line 94 of file head_ctrl.h.
anonymous enum |
Definition at line 95 of file head_ctrl.h.
rovio_shared::head_ctrlResponse_< ContainerAllocator >::head_ctrlResponse_ | ( | ) | [inline] |
Definition at line 59 of file head_ctrl.h.
rovio_shared::head_ctrlResponse_< ContainerAllocator >::head_ctrlResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 64 of file head_ctrl.h.
boost::shared_ptr<std::map<std::string, std::string> > rovio_shared::head_ctrlResponse_< ContainerAllocator >::__connection_header |
Definition at line 99 of file head_ctrl.h.
int8_t rovio_shared::head_ctrlResponse_< ContainerAllocator >::response |
Definition at line 70 of file head_ctrl.h.