Public Types | Public Member Functions | Public Attributes
applanix_msgs::DMIData_< ContainerAllocator > Struct Template Reference

#include <DMIData.h>

List of all members.

Public Types

enum  { STATUS_INVALID = 0 }
enum  { STATUS_VALID = 1 }
enum  { STATUS_SCALE_FACTOR_CHANGE = 2 }
enum  { TYPE_NONE = 0 }
enum  { TYPE_PULSE_DIR = 1 }
enum  { TYPE_QUADRATURE = 2 }
enum  { RATE_50HZ = 0 }
enum  { RATE_100HZ = 1 }
enum  { RATE_200HZ = 2 }
enum  { RATE_400HZ = 3 }
enum  { RATE_125HZ = 4 }
typedef uint8_t _rate_type
typedef uint16_t _scale_factor_type
typedef double _signed_distance_type
typedef uint8_t _status_type
typedef
::applanix_msgs::TimeDistance_
< ContainerAllocator > 
_td_type
typedef uint8_t _type_type
typedef double _unsigned_distance_type
typedef boost::shared_ptr
< ::applanix_msgs::DMIData_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::applanix_msgs::DMIData_
< ContainerAllocator > > 
Ptr
typedef DMIData_
< ContainerAllocator > 
Type

Public Member Functions

 DMIData_ ()
 DMIData_ (const ContainerAllocator &_alloc)

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
uint8_t rate
uint16_t scale_factor
double signed_distance
uint8_t status
::applanix_msgs::TimeDistance_
< ContainerAllocator > 
td
uint8_t type
double unsigned_distance

Detailed Description

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

Definition at line 22 of file DMIData.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef uint8_t applanix_msgs::DMIData_< ContainerAllocator >::_rate_type

Definition at line 65 of file DMIData.h.

template<class ContainerAllocator >
typedef uint16_t applanix_msgs::DMIData_< ContainerAllocator >::_scale_factor_type

Definition at line 56 of file DMIData.h.

template<class ContainerAllocator >
typedef double applanix_msgs::DMIData_< ContainerAllocator >::_signed_distance_type

Definition at line 50 of file DMIData.h.

template<class ContainerAllocator >
typedef uint8_t applanix_msgs::DMIData_< ContainerAllocator >::_status_type

Definition at line 59 of file DMIData.h.

template<class ContainerAllocator >
typedef ::applanix_msgs::TimeDistance_<ContainerAllocator> applanix_msgs::DMIData_< ContainerAllocator >::_td_type

Definition at line 47 of file DMIData.h.

template<class ContainerAllocator >
typedef uint8_t applanix_msgs::DMIData_< ContainerAllocator >::_type_type

Definition at line 62 of file DMIData.h.

template<class ContainerAllocator >
typedef double applanix_msgs::DMIData_< ContainerAllocator >::_unsigned_distance_type

Definition at line 53 of file DMIData.h.

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

Definition at line 81 of file DMIData.h.

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

Definition at line 80 of file DMIData.h.

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

Definition at line 23 of file DMIData.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
STATUS_INVALID 

Definition at line 68 of file DMIData.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
STATUS_VALID 

Definition at line 69 of file DMIData.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
STATUS_SCALE_FACTOR_CHANGE 

Definition at line 70 of file DMIData.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
TYPE_NONE 

Definition at line 71 of file DMIData.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
TYPE_PULSE_DIR 

Definition at line 72 of file DMIData.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
TYPE_QUADRATURE 

Definition at line 73 of file DMIData.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RATE_50HZ 

Definition at line 74 of file DMIData.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RATE_100HZ 

Definition at line 75 of file DMIData.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RATE_200HZ 

Definition at line 76 of file DMIData.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RATE_400HZ 

Definition at line 77 of file DMIData.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
RATE_125HZ 

Definition at line 78 of file DMIData.h.


Constructor & Destructor Documentation

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

Definition at line 25 of file DMIData.h.

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

Definition at line 36 of file DMIData.h.


Member Data Documentation

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

Definition at line 82 of file DMIData.h.

template<class ContainerAllocator >
uint8_t applanix_msgs::DMIData_< ContainerAllocator >::rate

Definition at line 66 of file DMIData.h.

template<class ContainerAllocator >
uint16_t applanix_msgs::DMIData_< ContainerAllocator >::scale_factor

Definition at line 57 of file DMIData.h.

template<class ContainerAllocator >
double applanix_msgs::DMIData_< ContainerAllocator >::signed_distance

Definition at line 51 of file DMIData.h.

template<class ContainerAllocator >
uint8_t applanix_msgs::DMIData_< ContainerAllocator >::status

Definition at line 60 of file DMIData.h.

template<class ContainerAllocator >
::applanix_msgs::TimeDistance_<ContainerAllocator> applanix_msgs::DMIData_< ContainerAllocator >::td

Definition at line 48 of file DMIData.h.

template<class ContainerAllocator >
uint8_t applanix_msgs::DMIData_< ContainerAllocator >::type

Definition at line 63 of file DMIData.h.

template<class ContainerAllocator >
double applanix_msgs::DMIData_< ContainerAllocator >::unsigned_distance

Definition at line 54 of file DMIData.h.


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


applanix_msgs
Author(s): Mike Purvis
autogenerated on Thu Jan 2 2014 11:04:52