$search

turtlesim::Pose_< ContainerAllocator > Struct Template Reference

#include <Pose.h>

List of all members.

Public Types

typedef float _angular_velocity_type
typedef float _linear_velocity_type
typedef float _theta_type
typedef float _x_type
typedef float _y_type
typedef boost::shared_ptr
< ::turtlesim::Pose_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::turtlesim::Pose_
< ContainerAllocator > > 
Ptr
typedef Pose_< 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)
 Pose_ (const ContainerAllocator &_alloc)
 Pose_ ()
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
float angular_velocity
float linear_velocity
float theta
float x
float y

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 turtlesim::Pose_< ContainerAllocator >

Definition at line 21 of file Pose.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef float turtlesim::Pose_< ContainerAllocator >::_angular_velocity_type

Definition at line 54 of file Pose.h.

template<class ContainerAllocator >
typedef float turtlesim::Pose_< ContainerAllocator >::_linear_velocity_type

Definition at line 51 of file Pose.h.

template<class ContainerAllocator >
typedef float turtlesim::Pose_< ContainerAllocator >::_theta_type

Definition at line 48 of file Pose.h.

template<class ContainerAllocator >
typedef float turtlesim::Pose_< ContainerAllocator >::_x_type

Definition at line 42 of file Pose.h.

template<class ContainerAllocator >
typedef float turtlesim::Pose_< ContainerAllocator >::_y_type

Definition at line 45 of file Pose.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::turtlesim::Pose_<ContainerAllocator> const> turtlesim::Pose_< ContainerAllocator >::ConstPtr

Definition at line 119 of file Pose.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::turtlesim::Pose_<ContainerAllocator> > turtlesim::Pose_< ContainerAllocator >::Ptr

Definition at line 118 of file Pose.h.

template<class ContainerAllocator >
typedef Pose_<ContainerAllocator> turtlesim::Pose_< ContainerAllocator >::Type

Definition at line 22 of file Pose.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
turtlesim::Pose_< ContainerAllocator >::Pose_ (  )  [inline]

Definition at line 24 of file Pose.h.

template<class ContainerAllocator >
turtlesim::Pose_< ContainerAllocator >::Pose_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 33 of file Pose.h.


Member Function Documentation

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

Definition at line 63 of file Pose.h.

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

Definition at line 70 of file Pose.h.

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

Definition at line 83 of file Pose.h.

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

Definition at line 61 of file Pose.h.

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

Definition at line 59 of file Pose.h.

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

Definition at line 68 of file Pose.h.

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

Definition at line 66 of file Pose.h.

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

Definition at line 81 of file Pose.h.

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

Definition at line 73 of file Pose.h.

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

Definition at line 96 of file Pose.h.

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

Definition at line 107 of file Pose.h.

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

Definition at line 85 of file Pose.h.


Member Data Documentation

template<class ContainerAllocator >
boost::shared_ptr<std::map<std::string, std::string> > turtlesim::Pose_< ContainerAllocator >::__connection_header

Definition at line 120 of file Pose.h.

template<class ContainerAllocator >
float turtlesim::Pose_< ContainerAllocator >::angular_velocity

Definition at line 55 of file Pose.h.

template<class ContainerAllocator >
float turtlesim::Pose_< ContainerAllocator >::linear_velocity

Definition at line 52 of file Pose.h.

template<class ContainerAllocator >
float turtlesim::Pose_< ContainerAllocator >::theta

Definition at line 49 of file Pose.h.

template<class ContainerAllocator >
float turtlesim::Pose_< ContainerAllocator >::x

Definition at line 43 of file Pose.h.

template<class ContainerAllocator >
float turtlesim::Pose_< ContainerAllocator >::y

Definition at line 46 of file Pose.h.


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


turtlesim
Author(s): Josh Faust
autogenerated on Sat Mar 2 13:21:08 2013