$search

clearpath_base::TurnSetpt_< ContainerAllocator > Struct Template Reference

#include <TurnSetpt.h>

List of all members.

Public Types

typedef ::std_msgs::Header_
< ContainerAllocator > 
_header_type
typedef double _trans_accel_type
typedef double _trans_vel_type
typedef double _turn_radius_type
typedef boost::shared_ptr
< ::clearpath_base::TurnSetpt_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::clearpath_base::TurnSetpt_
< ContainerAllocator > > 
Ptr
typedef TurnSetpt_
< 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
virtual ROS_DEPRECATED uint8_t * deserialize (uint8_t *read_ptr)
virtual ROS_DEPRECATED uint32_t serializationLength () const
virtual ROS_DEPRECATED uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const
 TurnSetpt_ (const ContainerAllocator &_alloc)
 TurnSetpt_ ()

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
::std_msgs::Header_
< ContainerAllocator > 
header
double trans_accel
double trans_vel
double turn_radius

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 clearpath_base::TurnSetpt_< ContainerAllocator >

Definition at line 22 of file TurnSetpt.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef ::std_msgs::Header_<ContainerAllocator> clearpath_base::TurnSetpt_< ContainerAllocator >::_header_type

Definition at line 41 of file TurnSetpt.h.

template<class ContainerAllocator >
typedef double clearpath_base::TurnSetpt_< ContainerAllocator >::_trans_accel_type

Definition at line 50 of file TurnSetpt.h.

template<class ContainerAllocator >
typedef double clearpath_base::TurnSetpt_< ContainerAllocator >::_trans_vel_type

Definition at line 44 of file TurnSetpt.h.

template<class ContainerAllocator >
typedef double clearpath_base::TurnSetpt_< ContainerAllocator >::_turn_radius_type

Definition at line 47 of file TurnSetpt.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::clearpath_base::TurnSetpt_<ContainerAllocator> const> clearpath_base::TurnSetpt_< ContainerAllocator >::ConstPtr

Definition at line 129 of file TurnSetpt.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::clearpath_base::TurnSetpt_<ContainerAllocator> > clearpath_base::TurnSetpt_< ContainerAllocator >::Ptr

Definition at line 128 of file TurnSetpt.h.

template<class ContainerAllocator >
typedef TurnSetpt_<ContainerAllocator> clearpath_base::TurnSetpt_< ContainerAllocator >::Type

Definition at line 23 of file TurnSetpt.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
clearpath_base::TurnSetpt_< ContainerAllocator >::TurnSetpt_ (  )  [inline]

Definition at line 25 of file TurnSetpt.h.

template<class ContainerAllocator >
clearpath_base::TurnSetpt_< ContainerAllocator >::TurnSetpt_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 33 of file TurnSetpt.h.


Member Function Documentation

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

Definition at line 59 of file TurnSetpt.h.

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

Definition at line 66 of file TurnSetpt.h.

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

Definition at line 96 of file TurnSetpt.h.

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

Definition at line 57 of file TurnSetpt.h.

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

Definition at line 55 of file TurnSetpt.h.

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

Definition at line 64 of file TurnSetpt.h.

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

Definition at line 62 of file TurnSetpt.h.

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

Definition at line 94 of file TurnSetpt.h.

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

Definition at line 69 of file TurnSetpt.h.

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

Definition at line 108 of file TurnSetpt.h.

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

Definition at line 118 of file TurnSetpt.h.

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

Definition at line 98 of file TurnSetpt.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > clearpath_base::TurnSetpt_< ContainerAllocator >::__connection_header

Definition at line 130 of file TurnSetpt.h.

template<class ContainerAllocator >
::std_msgs::Header_<ContainerAllocator> clearpath_base::TurnSetpt_< ContainerAllocator >::header

Definition at line 42 of file TurnSetpt.h.

template<class ContainerAllocator >
double clearpath_base::TurnSetpt_< ContainerAllocator >::trans_accel

Definition at line 51 of file TurnSetpt.h.

template<class ContainerAllocator >
double clearpath_base::TurnSetpt_< ContainerAllocator >::trans_vel

Definition at line 45 of file TurnSetpt.h.

template<class ContainerAllocator >
double clearpath_base::TurnSetpt_< ContainerAllocator >::turn_radius

Definition at line 48 of file TurnSetpt.h.


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


clearpath_base
Author(s): Mike Purvis
autogenerated on Fri Mar 1 14:31:13 2013