Public Types | Public Member Functions | Public Attributes
rovio_shared::head_ctrlResponse_< ContainerAllocator > Struct Template Reference

#include <head_ctrl.h>

List of all members.

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

Detailed Description

template<class ContainerAllocator>
struct rovio_shared::head_ctrlResponse_< ContainerAllocator >

Definition at line 56 of file head_ctrl.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef int8_t rovio_shared::head_ctrlResponse_< ContainerAllocator >::_response_type

Definition at line 69 of file head_ctrl.h.

template<class ContainerAllocator >
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.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::rovio_shared::head_ctrlResponse_<ContainerAllocator> > rovio_shared::head_ctrlResponse_< ContainerAllocator >::Ptr

Definition at line 97 of file head_ctrl.h.

template<class ContainerAllocator >
typedef head_ctrlResponse_<ContainerAllocator> rovio_shared::head_ctrlResponse_< ContainerAllocator >::Type

Definition at line 57 of file head_ctrl.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
SUCCESS 

Definition at line 72 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FAILURE 

Definition at line 73 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
ROBOT_BUSY 

Definition at line 74 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FEATURE_NOT_IMPLEMENTED 

Definition at line 75 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
UNKNOWN_CGI_ACTION 

Definition at line 76 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
NO_NS_SIGNAL 

Definition at line 77 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
NO_EMPTY_PATH_AVAILABLE 

Definition at line 78 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FAILED_TO_READ_PATH 

Definition at line 79 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
PATH_BASEADDRESS_NOT_INITIALIZED 

Definition at line 80 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
PATH_NOT_FOUND 

Definition at line 81 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
PATH_NAME_NOT_SPECIFIED 

Definition at line 82 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
NOT_RECORDING_PATH 

Definition at line 83 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FLASH_NOT_INITIALIZED 

Definition at line 84 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FAILED_TO_DELETE_PATH 

Definition at line 85 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FAILED_TO_READ_FROM_FLASH 

Definition at line 86 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FAILED_TO_WRITE_TO_FLASH 

Definition at line 87 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FLASH_NOT_READY 

Definition at line 88 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
NO_MEMORY_AVAILABLE 

Definition at line 89 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
NO_MCU_PORT_AVAILABLE 

Definition at line 90 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
NO_NS_PORT_AVAILABLE 

Definition at line 91 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
NS_PACKET_CHECKSUM_ERROR 

Definition at line 92 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
NS_UART_READ_ERROR 

Definition at line 93 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
PARAMETER_OUTOFRANGE 

Definition at line 94 of file head_ctrl.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
NO_PARAMETER 

Definition at line 95 of file head_ctrl.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
rovio_shared::head_ctrlResponse_< ContainerAllocator >::head_ctrlResponse_ ( ) [inline]

Definition at line 59 of file head_ctrl.h.

template<class ContainerAllocator >
rovio_shared::head_ctrlResponse_< ContainerAllocator >::head_ctrlResponse_ ( const ContainerAllocator &  _alloc) [inline]

Definition at line 64 of file head_ctrl.h.


Member Data Documentation

template<class ContainerAllocator >
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.

template<class ContainerAllocator >
int8_t rovio_shared::head_ctrlResponse_< ContainerAllocator >::response

Definition at line 70 of file head_ctrl.h.


The documentation for this struct was generated from the following file:


rovio_shared
Author(s): Russell Toris
autogenerated on Sat Dec 28 2013 17:38:46