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

#include <man_drv.h>

List of all members.

Public Types

enum  { STOP = 0 }
enum  { FORWARD = 1 }
enum  { DIAGONAL_BACKWARD_RIGHT = 10 }
enum  { HEAD_UP = 11 }
enum  { HEAD_DOWN = 12 }
enum  { HEAD_MIDDLE = 13 }
enum  { ROTATE_LEFT_20_DEG = 17 }
enum  { ROTATE_RIGHT_20_DEG = 18 }
enum  { MIN_DRIVE_VAL = 0 }
enum  { MAX_DRIVE_VAL = 18 }
enum  { FASTEST = 1 }
enum  { SLOWEST = 10 }
enum  { BACKWARD = 2 }
enum  { MIN_SPEED_VAL = 1 }
enum  { MAX_SPEED_VAL = 10 }
enum  { STRAIGHT_LEFT = 3 }
enum  { STRAIGHT_RIGHT = 4 }
enum  { ROTATE_LEFT = 5 }
enum  { ROTATE_RIGHT = 6 }
enum  { DIAGONAL_FORWARD_LEFT = 7 }
enum  { DIAGONAL_FORWARD_RIGHT = 8 }
enum  { DIAGONAL_BACKWARD_LEFT = 9 }
typedef int8_t _drive_type
typedef int8_t _speed_type
typedef boost::shared_ptr
< ::rovio_shared::man_drv_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::rovio_shared::man_drv_
< ContainerAllocator > > 
Ptr
typedef man_drv_
< ContainerAllocator > 
Type

Public Member Functions

 man_drv_ ()
 man_drv_ (const ContainerAllocator &_alloc)

Public Attributes

boost::shared_ptr< std::map
< std::string, std::string > > 
__connection_header
int8_t drive
int8_t speed

Detailed Description

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

Definition at line 21 of file man_drv.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef int8_t rovio_shared::man_drv_< ContainerAllocator >::_drive_type

Definition at line 36 of file man_drv.h.

template<class ContainerAllocator >
typedef int8_t rovio_shared::man_drv_< ContainerAllocator >::_speed_type

Definition at line 39 of file man_drv.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::rovio_shared::man_drv_<ContainerAllocator> const> rovio_shared::man_drv_< ContainerAllocator >::ConstPtr

Definition at line 66 of file man_drv.h.

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

Definition at line 65 of file man_drv.h.

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

Definition at line 22 of file man_drv.h.


Member Enumeration Documentation

template<class ContainerAllocator >
anonymous enum
Enumerator:
STOP 

Definition at line 42 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FORWARD 

Definition at line 43 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
DIAGONAL_BACKWARD_RIGHT 

Definition at line 52 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
HEAD_UP 

Definition at line 53 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
HEAD_DOWN 

Definition at line 54 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
HEAD_MIDDLE 

Definition at line 55 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
ROTATE_LEFT_20_DEG 

Definition at line 56 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
ROTATE_RIGHT_20_DEG 

Definition at line 57 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
MIN_DRIVE_VAL 

Definition at line 58 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
MAX_DRIVE_VAL 

Definition at line 59 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
FASTEST 

Definition at line 60 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
SLOWEST 

Definition at line 61 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
BACKWARD 

Definition at line 44 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
MIN_SPEED_VAL 

Definition at line 62 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
MAX_SPEED_VAL 

Definition at line 63 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
STRAIGHT_LEFT 

Definition at line 45 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
STRAIGHT_RIGHT 

Definition at line 46 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
ROTATE_LEFT 

Definition at line 47 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
ROTATE_RIGHT 

Definition at line 48 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
DIAGONAL_FORWARD_LEFT 

Definition at line 49 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
DIAGONAL_FORWARD_RIGHT 

Definition at line 50 of file man_drv.h.

template<class ContainerAllocator >
anonymous enum
Enumerator:
DIAGONAL_BACKWARD_LEFT 

Definition at line 51 of file man_drv.h.


Constructor & Destructor Documentation

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

Definition at line 24 of file man_drv.h.

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

Definition at line 30 of file man_drv.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > rovio_shared::man_drv_< ContainerAllocator >::__connection_header

Definition at line 67 of file man_drv.h.

template<class ContainerAllocator >
int8_t rovio_shared::man_drv_< ContainerAllocator >::drive

Definition at line 37 of file man_drv.h.

template<class ContainerAllocator >
int8_t rovio_shared::man_drv_< ContainerAllocator >::speed

Definition at line 40 of file man_drv.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