$search

applanix_msgs::Ack_< ContainerAllocator > Struct Template Reference

#include <Ack.h>

List of all members.

Public Types

enum  { RESPONSE_NOT_APPLICABLE = 0 }
enum  { RESPONSE_ACCEPTED = 1 }
enum  { RESPONSE_CHECKSUM_ERROR = 10 }
enum  { PARAMS_NO_CHANGE = 0 }
enum  { PARAMS_CHANGE = 1 }
enum  { RESPONSE_ACCEPTED_TOO_LONG = 2 }
enum  { RESPONSE_ACCEPTED_TOO_SHORT = 3 }
enum  { RESPONSE_PARAM_ERROR = 4 }
enum  { RESPONSE_NOT_APPLICABLE_IN_CURRENT_STATE = 5 }
enum  { RESPONSE_DATA_NOT_AVAILABLE = 6 }
enum  { RESPONSE_MESSAGE_START_ERROR = 7 }
enum  { RESPONSE_MESSAGE_END_ERROR = 8 }
enum  { RESPONSE_BYTE_COUNT_ERROR = 9 }
typedef boost::array< uint8_t, 32 > _error_parameter_name_type
typedef uint16_t _id_type
typedef uint8_t _params_status_type
typedef uint16_t _response_code_type
typedef uint16_t _transaction_type
typedef boost::shared_ptr
< ::applanix_msgs::Ack_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::applanix_msgs::Ack_
< ContainerAllocator > > 
Ptr
typedef Ack_< 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
 Ack_ (const ContainerAllocator &_alloc)
 Ack_ ()
virtual ROS_DEPRECATED uint8_t * deserialize (uint8_t *read_ptr)
ROS_DEPRECATED uint32_t get_error_parameter_name_size () const
virtual ROS_DEPRECATED uint32_t serializationLength () const
virtual ROS_DEPRECATED uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const

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
boost::array< uint8_t, 32 > error_parameter_name
uint16_t id
uint8_t params_status
uint16_t response_code
uint16_t transaction

Static Private Member Functions

static const char * __s_getDataType_ ()
static const char * __s_getMD5Sum_ ()
static const char * __s_getMessageDefinition_ ()

Detailed Description

template<class ContainerAllocator>
struct applanix_msgs::Ack_< ContainerAllocator >

Definition at line 21 of file Ack.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef boost::array<uint8_t, 32> applanix_msgs::Ack_< ContainerAllocator >::_error_parameter_name_type

Definition at line 56 of file Ack.h.

template<class ContainerAllocator >
typedef uint16_t applanix_msgs::Ack_< ContainerAllocator >::_id_type

Definition at line 47 of file Ack.h.

template<class ContainerAllocator >
typedef uint8_t applanix_msgs::Ack_< ContainerAllocator >::_params_status_type

Definition at line 53 of file Ack.h.

template<class ContainerAllocator >
typedef uint16_t applanix_msgs::Ack_< ContainerAllocator >::_response_code_type

Definition at line 50 of file Ack.h.

template<class ContainerAllocator >
typedef uint16_t applanix_msgs::Ack_< ContainerAllocator >::_transaction_type

Definition at line 44 of file Ack.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::applanix_msgs::Ack_<ContainerAllocator> const> applanix_msgs::Ack_< ContainerAllocator >::ConstPtr

Definition at line 151 of file Ack.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::applanix_msgs::Ack_<ContainerAllocator> > applanix_msgs::Ack_< ContainerAllocator >::Ptr

Definition at line 150 of file Ack.h.

template<class ContainerAllocator >
typedef Ack_<ContainerAllocator> applanix_msgs::Ack_< ContainerAllocator >::Type

Definition at line 22 of file Ack.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
RESPONSE_NOT_APPLICABLE 

Definition at line 59 of file Ack.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RESPONSE_ACCEPTED 

Definition at line 60 of file Ack.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RESPONSE_CHECKSUM_ERROR 

Definition at line 69 of file Ack.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
PARAMS_NO_CHANGE 

Definition at line 70 of file Ack.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
PARAMS_CHANGE 

Definition at line 71 of file Ack.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RESPONSE_ACCEPTED_TOO_LONG 

Definition at line 61 of file Ack.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RESPONSE_ACCEPTED_TOO_SHORT 

Definition at line 62 of file Ack.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RESPONSE_PARAM_ERROR 

Definition at line 63 of file Ack.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RESPONSE_NOT_APPLICABLE_IN_CURRENT_STATE 

Definition at line 64 of file Ack.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RESPONSE_DATA_NOT_AVAILABLE 

Definition at line 65 of file Ack.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RESPONSE_MESSAGE_START_ERROR 

Definition at line 66 of file Ack.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RESPONSE_MESSAGE_END_ERROR 

Definition at line 67 of file Ack.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RESPONSE_BYTE_COUNT_ERROR 

Definition at line 68 of file Ack.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
applanix_msgs::Ack_< ContainerAllocator >::Ack_ (  )  [inline]

Definition at line 24 of file Ack.h.

template<class ContainerAllocator >
applanix_msgs::Ack_< ContainerAllocator >::Ack_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 34 of file Ack.h.


Member Function Documentation

template<class ContainerAllocator >
ROS_DEPRECATED const std::string applanix_msgs::Ack_< ContainerAllocator >::__getDataType (  )  const [inline]

Definition at line 79 of file Ack.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string applanix_msgs::Ack_< ContainerAllocator >::__getMD5Sum (  )  const [inline]

Definition at line 86 of file Ack.h.

template<class ContainerAllocator >
ROS_DEPRECATED const std::string applanix_msgs::Ack_< ContainerAllocator >::__getMessageDefinition (  )  const [inline]

Definition at line 115 of file Ack.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string applanix_msgs::Ack_< ContainerAllocator >::__s_getDataType (  )  [inline, static]

Definition at line 77 of file Ack.h.

template<class ContainerAllocator >
static const char* applanix_msgs::Ack_< ContainerAllocator >::__s_getDataType_ (  )  [inline, static, private]

Definition at line 75 of file Ack.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string applanix_msgs::Ack_< ContainerAllocator >::__s_getMD5Sum (  )  [inline, static]

Definition at line 84 of file Ack.h.

template<class ContainerAllocator >
static const char* applanix_msgs::Ack_< ContainerAllocator >::__s_getMD5Sum_ (  )  [inline, static, private]

Definition at line 82 of file Ack.h.

template<class ContainerAllocator >
static ROS_DEPRECATED const std::string applanix_msgs::Ack_< ContainerAllocator >::__s_getMessageDefinition (  )  [inline, static]

Definition at line 113 of file Ack.h.

template<class ContainerAllocator >
static const char* applanix_msgs::Ack_< ContainerAllocator >::__s_getMessageDefinition_ (  )  [inline, static, private]

Definition at line 89 of file Ack.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* applanix_msgs::Ack_< ContainerAllocator >::deserialize ( uint8_t *  read_ptr  )  [inline, virtual]

Definition at line 128 of file Ack.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t applanix_msgs::Ack_< ContainerAllocator >::get_error_parameter_name_size (  )  const [inline]

Definition at line 73 of file Ack.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint32_t applanix_msgs::Ack_< ContainerAllocator >::serializationLength (  )  const [inline, virtual]

Definition at line 139 of file Ack.h.

template<class ContainerAllocator >
virtual ROS_DEPRECATED uint8_t* applanix_msgs::Ack_< ContainerAllocator >::serialize ( uint8_t *  write_ptr,
uint32_t  seq 
) const [inline, virtual]

Definition at line 117 of file Ack.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > applanix_msgs::Ack_< ContainerAllocator >::__connection_header

Definition at line 152 of file Ack.h.

template<class ContainerAllocator >
boost::array<uint8_t, 32> applanix_msgs::Ack_< ContainerAllocator >::error_parameter_name

Definition at line 57 of file Ack.h.

template<class ContainerAllocator >
uint16_t applanix_msgs::Ack_< ContainerAllocator >::id

Definition at line 48 of file Ack.h.

template<class ContainerAllocator >
uint8_t applanix_msgs::Ack_< ContainerAllocator >::params_status

Definition at line 54 of file Ack.h.

template<class ContainerAllocator >
uint16_t applanix_msgs::Ack_< ContainerAllocator >::response_code

Definition at line 51 of file Ack.h.

template<class ContainerAllocator >
uint16_t applanix_msgs::Ack_< ContainerAllocator >::transaction

Definition at line 45 of file Ack.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends


applanix_msgs
Author(s): Mike Purvis
autogenerated on Fri Mar 1 14:11:50 2013