roslisp_tutorials::Test_< ContainerAllocator > Struct Template Reference

#include <Test.h>

List of all members.

Public Types

typedef boost::array
< ::roslisp_tutorials::Point_
< ContainerAllocator >, 2 > 
_location_type
typedef std::vector< int32_t,
typename
ContainerAllocator::template
rebind< int32_t >::other > 
_orientation_type
typedef boost::shared_ptr
< ::roslisp_tutorials::Test_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::roslisp_tutorials::Test_
< ContainerAllocator > > 
Ptr
typedef Test_< 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)
ROS_DEPRECATED uint32_t get_location_size () const
ROS_DEPRECATED uint32_t get_orientation_size () const
ROS_DEPRECATED void get_orientation_vec (std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &vec) const
virtual ROS_DEPRECATED uint32_t serializationLength () const
virtual ROS_DEPRECATED uint8_t * serialize (uint8_t *write_ptr, uint32_t seq) const
ROS_DEPRECATED void set_orientation_size (uint32_t size)
ROS_DEPRECATED void set_orientation_vec (const std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &vec)
 Test_ (const ContainerAllocator &_alloc)
 Test_ ()

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::array
< ::roslisp_tutorials::Point_
< ContainerAllocator >, 2 > 
location
std::vector< int32_t, typename
ContainerAllocator::template
rebind< int32_t >::other > 
orientation

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 roslisp_tutorials::Test_< ContainerAllocator >

Definition at line 16 of file Test.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef boost::array< ::roslisp_tutorials::Point_<ContainerAllocator> , 2> roslisp_tutorials::Test_< ContainerAllocator >::_location_type

Definition at line 30 of file Test.h.

template<class ContainerAllocator >
typedef std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > roslisp_tutorials::Test_< ContainerAllocator >::_orientation_type

Definition at line 33 of file Test.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::roslisp_tutorials::Test_<ContainerAllocator> const> roslisp_tutorials::Test_< ContainerAllocator >::ConstPtr

Definition at line 96 of file Test.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::roslisp_tutorials::Test_<ContainerAllocator> > roslisp_tutorials::Test_< ContainerAllocator >::Ptr

Definition at line 95 of file Test.h.

template<class ContainerAllocator >
typedef Test_<ContainerAllocator> roslisp_tutorials::Test_< ContainerAllocator >::Type

Definition at line 15 of file Test.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
roslisp_tutorials::Test_< ContainerAllocator >::Test_ (  )  [inline]

Definition at line 17 of file Test.h.

template<class ContainerAllocator >
roslisp_tutorials::Test_< ContainerAllocator >::Test_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 23 of file Test.h.


Member Function Documentation

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

Definition at line 47 of file Test.h.

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

Definition at line 54 of file Test.h.

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

Definition at line 69 of file Test.h.

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

Definition at line 45 of file Test.h.

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

Definition at line 43 of file Test.h.

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

Definition at line 52 of file Test.h.

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

Definition at line 50 of file Test.h.

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

Definition at line 67 of file Test.h.

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

Definition at line 57 of file Test.h.

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

Definition at line 79 of file Test.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t roslisp_tutorials::Test_< ContainerAllocator >::get_location_size (  )  const [inline]

Definition at line 37 of file Test.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t roslisp_tutorials::Test_< ContainerAllocator >::get_orientation_size (  )  const [inline]

Definition at line 38 of file Test.h.

template<class ContainerAllocator >
ROS_DEPRECATED void roslisp_tutorials::Test_< ContainerAllocator >::get_orientation_vec ( std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &  vec  )  const [inline]

Definition at line 40 of file Test.h.

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

Definition at line 87 of file Test.h.

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

Definition at line 71 of file Test.h.

template<class ContainerAllocator >
ROS_DEPRECATED void roslisp_tutorials::Test_< ContainerAllocator >::set_orientation_size ( uint32_t  size  )  [inline]

Definition at line 39 of file Test.h.

template<class ContainerAllocator >
ROS_DEPRECATED void roslisp_tutorials::Test_< ContainerAllocator >::set_orientation_vec ( const std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &  vec  )  [inline]

Definition at line 41 of file Test.h.


Member Data Documentation

template<class ContainerAllocator >
boost::array< ::roslisp_tutorials::Point_<ContainerAllocator> , 2> roslisp_tutorials::Test_< ContainerAllocator >::location

Definition at line 31 of file Test.h.

template<class ContainerAllocator >
std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > roslisp_tutorials::Test_< ContainerAllocator >::orientation

Definition at line 34 of file Test.h.


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


roslisp_tutorials
Author(s): Bhaskara Marthi
autogenerated on Fri Jan 11 09:34:16 2013