test_ros::TestArrays_< ContainerAllocator > Struct Template Reference

#include <TestArrays.h>

List of all members.

Public Types

typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_caller_id_type
typedef std::vector< float,
typename
ContainerAllocator::template
rebind< float >::other > 
_float32_array_type
typedef std::vector< int32_t,
typename
ContainerAllocator::template
rebind< int32_t >::other > 
_int32_array_type
typedef std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
_orig_caller_id_type
typedef std::vector
< ::test_ros::TestString_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::test_ros::TestString_
< ContainerAllocator >
>::other > 
_test_string_array_type
typedef std::vector< ros::Time,
typename
ContainerAllocator::template
rebind< ros::Time >::other > 
_time_array_type
typedef boost::shared_ptr
< ::test_ros::TestArrays_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::test_ros::TestArrays_
< ContainerAllocator > > 
Ptr
typedef TestArrays_
< 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_float32_array_size () const
ROS_DEPRECATED void get_float32_array_vec (std::vector< float, typename ContainerAllocator::template rebind< float >::other > &vec) const
ROS_DEPRECATED uint32_t get_int32_array_size () const
ROS_DEPRECATED void get_int32_array_vec (std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &vec) const
ROS_DEPRECATED uint32_t get_test_string_array_size () const
ROS_DEPRECATED void get_test_string_array_vec (std::vector< ::test_ros::TestString_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::test_ros::TestString_< ContainerAllocator > >::other > &vec) const
ROS_DEPRECATED uint32_t get_time_array_size () const
ROS_DEPRECATED void get_time_array_vec (std::vector< ros::Time, typename ContainerAllocator::template rebind< ros::Time >::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_float32_array_size (uint32_t size)
ROS_DEPRECATED void set_float32_array_vec (const std::vector< float, typename ContainerAllocator::template rebind< float >::other > &vec)
ROS_DEPRECATED void set_int32_array_size (uint32_t size)
ROS_DEPRECATED void set_int32_array_vec (const std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &vec)
ROS_DEPRECATED void set_test_string_array_size (uint32_t size)
ROS_DEPRECATED void set_test_string_array_vec (const std::vector< ::test_ros::TestString_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::test_ros::TestString_< ContainerAllocator > >::other > &vec)
ROS_DEPRECATED void set_time_array_size (uint32_t size)
ROS_DEPRECATED void set_time_array_vec (const std::vector< ros::Time, typename ContainerAllocator::template rebind< ros::Time >::other > &vec)
 TestArrays_ (const ContainerAllocator &_alloc)
 TestArrays_ ()

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

std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
caller_id
std::vector< float, typename
ContainerAllocator::template
rebind< float >::other > 
float32_array
std::vector< int32_t, typename
ContainerAllocator::template
rebind< int32_t >::other > 
int32_array
std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other > 
orig_caller_id
std::vector
< ::test_ros::TestString_
< ContainerAllocator >
, typename
ContainerAllocator::template
rebind
< ::test_ros::TestString_
< ContainerAllocator >
>::other > 
test_string_array
std::vector< ros::Time,
typename
ContainerAllocator::template
rebind< ros::Time >::other > 
time_array

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_ros::TestArrays_< ContainerAllocator >

Definition at line 16 of file TestArrays.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > test_ros::TestArrays_< ContainerAllocator >::_caller_id_type

Definition at line 37 of file TestArrays.h.

template<class ContainerAllocator >
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > test_ros::TestArrays_< ContainerAllocator >::_float32_array_type

Definition at line 46 of file TestArrays.h.

template<class ContainerAllocator >
typedef std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > test_ros::TestArrays_< ContainerAllocator >::_int32_array_type

Definition at line 43 of file TestArrays.h.

template<class ContainerAllocator >
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > test_ros::TestArrays_< ContainerAllocator >::_orig_caller_id_type

Definition at line 40 of file TestArrays.h.

template<class ContainerAllocator >
typedef std::vector< ::test_ros::TestString_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::test_ros::TestString_<ContainerAllocator> >::other > test_ros::TestArrays_< ContainerAllocator >::_test_string_array_type

Definition at line 52 of file TestArrays.h.

template<class ContainerAllocator >
typedef std::vector<ros::Time, typename ContainerAllocator::template rebind<ros::Time>::other > test_ros::TestArrays_< ContainerAllocator >::_time_array_type

Definition at line 49 of file TestArrays.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::test_ros::TestArrays_<ContainerAllocator> const> test_ros::TestArrays_< ContainerAllocator >::ConstPtr

Definition at line 150 of file TestArrays.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::test_ros::TestArrays_<ContainerAllocator> > test_ros::TestArrays_< ContainerAllocator >::Ptr

Definition at line 149 of file TestArrays.h.

template<class ContainerAllocator >
typedef TestArrays_<ContainerAllocator> test_ros::TestArrays_< ContainerAllocator >::Type

Definition at line 15 of file TestArrays.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
test_ros::TestArrays_< ContainerAllocator >::TestArrays_ (  )  [inline]

Definition at line 17 of file TestArrays.h.

template<class ContainerAllocator >
test_ros::TestArrays_< ContainerAllocator >::TestArrays_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 27 of file TestArrays.h.


Member Function Documentation

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

Definition at line 77 of file TestArrays.h.

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

Definition at line 84 of file TestArrays.h.

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

Definition at line 111 of file TestArrays.h.

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

Definition at line 75 of file TestArrays.h.

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

Definition at line 73 of file TestArrays.h.

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

Definition at line 82 of file TestArrays.h.

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

Definition at line 80 of file TestArrays.h.

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

Definition at line 109 of file TestArrays.h.

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

Definition at line 87 of file TestArrays.h.

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

Definition at line 125 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t test_ros::TestArrays_< ContainerAllocator >::get_float32_array_size (  )  const [inline]

Definition at line 60 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_ros::TestArrays_< ContainerAllocator >::get_float32_array_vec ( std::vector< float, typename ContainerAllocator::template rebind< float >::other > &  vec  )  const [inline]

Definition at line 62 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t test_ros::TestArrays_< ContainerAllocator >::get_int32_array_size (  )  const [inline]

Definition at line 56 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_ros::TestArrays_< ContainerAllocator >::get_int32_array_vec ( std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &  vec  )  const [inline]

Definition at line 58 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t test_ros::TestArrays_< ContainerAllocator >::get_test_string_array_size (  )  const [inline]

Definition at line 68 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_ros::TestArrays_< ContainerAllocator >::get_test_string_array_vec ( std::vector< ::test_ros::TestString_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::test_ros::TestString_< ContainerAllocator > >::other > &  vec  )  const [inline]

Definition at line 70 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t test_ros::TestArrays_< ContainerAllocator >::get_time_array_size (  )  const [inline]

Definition at line 64 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_ros::TestArrays_< ContainerAllocator >::get_time_array_vec ( std::vector< ros::Time, typename ContainerAllocator::template rebind< ros::Time >::other > &  vec  )  const [inline]

Definition at line 66 of file TestArrays.h.

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

Definition at line 137 of file TestArrays.h.

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

Definition at line 113 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_ros::TestArrays_< ContainerAllocator >::set_float32_array_size ( uint32_t  size  )  [inline]

Definition at line 61 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_ros::TestArrays_< ContainerAllocator >::set_float32_array_vec ( const std::vector< float, typename ContainerAllocator::template rebind< float >::other > &  vec  )  [inline]

Definition at line 63 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_ros::TestArrays_< ContainerAllocator >::set_int32_array_size ( uint32_t  size  )  [inline]

Definition at line 57 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_ros::TestArrays_< ContainerAllocator >::set_int32_array_vec ( const std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &  vec  )  [inline]

Definition at line 59 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_ros::TestArrays_< ContainerAllocator >::set_test_string_array_size ( uint32_t  size  )  [inline]

Definition at line 69 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_ros::TestArrays_< ContainerAllocator >::set_test_string_array_vec ( const std::vector< ::test_ros::TestString_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::test_ros::TestString_< ContainerAllocator > >::other > &  vec  )  [inline]

Definition at line 71 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_ros::TestArrays_< ContainerAllocator >::set_time_array_size ( uint32_t  size  )  [inline]

Definition at line 65 of file TestArrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_ros::TestArrays_< ContainerAllocator >::set_time_array_vec ( const std::vector< ros::Time, typename ContainerAllocator::template rebind< ros::Time >::other > &  vec  )  [inline]

Definition at line 67 of file TestArrays.h.


Member Data Documentation

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > test_ros::TestArrays_< ContainerAllocator >::caller_id

Definition at line 38 of file TestArrays.h.

template<class ContainerAllocator >
std::vector<float, typename ContainerAllocator::template rebind<float>::other > test_ros::TestArrays_< ContainerAllocator >::float32_array

Definition at line 47 of file TestArrays.h.

template<class ContainerAllocator >
std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > test_ros::TestArrays_< ContainerAllocator >::int32_array

Definition at line 44 of file TestArrays.h.

template<class ContainerAllocator >
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > test_ros::TestArrays_< ContainerAllocator >::orig_caller_id

Definition at line 41 of file TestArrays.h.

template<class ContainerAllocator >
std::vector< ::test_ros::TestString_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::test_ros::TestString_<ContainerAllocator> >::other > test_ros::TestArrays_< ContainerAllocator >::test_string_array

Definition at line 53 of file TestArrays.h.

template<class ContainerAllocator >
std::vector<ros::Time, typename ContainerAllocator::template rebind<ros::Time>::other > test_ros::TestArrays_< ContainerAllocator >::time_array

Definition at line 50 of file TestArrays.h.


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


test_ros
Author(s): Ken Conley/kwc@willowgarage.com
autogenerated on Fri Jan 11 09:35:51 2013