test_roscpp::TestArray_< ContainerAllocator > Struct Template Reference

#include <TestArray.h>

List of all members.

Public Types

typedef int32_t _counter_type
typedef std::vector< double,
typename
ContainerAllocator::template
rebind< double >::other > 
_float_arr_type
typedef boost::shared_ptr
< ::test_roscpp::TestArray_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::test_roscpp::TestArray_
< ContainerAllocator > > 
Ptr
typedef TestArray_
< 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_float_arr_size () const
ROS_DEPRECATED void get_float_arr_vec (std::vector< double, typename ContainerAllocator::template rebind< double >::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_float_arr_size (uint32_t size)
ROS_DEPRECATED void set_float_arr_vec (const std::vector< double, typename ContainerAllocator::template rebind< double >::other > &vec)
 TestArray_ (const ContainerAllocator &_alloc)
 TestArray_ ()

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

int32_t counter
std::vector< double, typename
ContainerAllocator::template
rebind< double >::other > 
float_arr

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 test_roscpp::TestArray_< ContainerAllocator >

Definition at line 13 of file TestArray.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef int32_t test_roscpp::TestArray_< ContainerAllocator >::_counter_type

Definition at line 26 of file TestArray.h.

template<class ContainerAllocator >
typedef std::vector<double, typename ContainerAllocator::template rebind<double>::other > test_roscpp::TestArray_< ContainerAllocator >::_float_arr_type

Definition at line 29 of file TestArray.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::test_roscpp::TestArray_<ContainerAllocator> const> test_roscpp::TestArray_< ContainerAllocator >::ConstPtr

Definition at line 86 of file TestArray.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::test_roscpp::TestArray_<ContainerAllocator> > test_roscpp::TestArray_< ContainerAllocator >::Ptr

Definition at line 85 of file TestArray.h.

template<class ContainerAllocator >
typedef TestArray_<ContainerAllocator> test_roscpp::TestArray_< ContainerAllocator >::Type

Definition at line 12 of file TestArray.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
test_roscpp::TestArray_< ContainerAllocator >::TestArray_ (  )  [inline]

Definition at line 14 of file TestArray.h.

template<class ContainerAllocator >
test_roscpp::TestArray_< ContainerAllocator >::TestArray_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 20 of file TestArray.h.


Member Function Documentation

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

Definition at line 42 of file TestArray.h.

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

Definition at line 49 of file TestArray.h.

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

Definition at line 59 of file TestArray.h.

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

Definition at line 40 of file TestArray.h.

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

Definition at line 38 of file TestArray.h.

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

Definition at line 47 of file TestArray.h.

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

Definition at line 45 of file TestArray.h.

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

Definition at line 57 of file TestArray.h.

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

Definition at line 52 of file TestArray.h.

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

Definition at line 69 of file TestArray.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t test_roscpp::TestArray_< ContainerAllocator >::get_float_arr_size (  )  const [inline]

Definition at line 33 of file TestArray.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_roscpp::TestArray_< ContainerAllocator >::get_float_arr_vec ( std::vector< double, typename ContainerAllocator::template rebind< double >::other > &  vec  )  const [inline]

Definition at line 35 of file TestArray.h.

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

Definition at line 77 of file TestArray.h.

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

Definition at line 61 of file TestArray.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_roscpp::TestArray_< ContainerAllocator >::set_float_arr_size ( uint32_t  size  )  [inline]

Definition at line 34 of file TestArray.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_roscpp::TestArray_< ContainerAllocator >::set_float_arr_vec ( const std::vector< double, typename ContainerAllocator::template rebind< double >::other > &  vec  )  [inline]

Definition at line 36 of file TestArray.h.


Member Data Documentation

template<class ContainerAllocator >
int32_t test_roscpp::TestArray_< ContainerAllocator >::counter

Definition at line 27 of file TestArray.h.

template<class ContainerAllocator >
std::vector<double, typename ContainerAllocator::template rebind<double>::other > test_roscpp::TestArray_< ContainerAllocator >::float_arr

Definition at line 30 of file TestArray.h.


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


test_roscpp
Author(s): Morgan Quigley mquigley@cs.stanford.edu, Ken Conley kwc@willowgarage.com
autogenerated on Fri Jan 11 09:57:58 2013