test_rostopic::Arrays_< ContainerAllocator > Struct Template Reference

#include <Arrays.h>

List of all members.

Public Types

typedef std::vector< int32_t,
typename
ContainerAllocator::template
rebind< int32_t >::other > 
_int32_arr_type
typedef std::vector< int8_t,
typename
ContainerAllocator::template
rebind< int8_t >::other > 
_int8_arr_type
typedef std::vector
< std::basic_string< char,
std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
_string_arr_type
typedef std::vector< ros::Time,
typename
ContainerAllocator::template
rebind< ros::Time >::other > 
_time_arr_type
typedef std::vector< uint32_t,
typename
ContainerAllocator::template
rebind< uint32_t >::other > 
_uint32_arr_type
typedef std::vector< uint8_t,
typename
ContainerAllocator::template
rebind< uint8_t >::other > 
_uint8_arr_type
typedef boost::shared_ptr
< ::test_rostopic::Arrays_
< ContainerAllocator > const > 
ConstPtr
typedef boost::shared_ptr
< ::test_rostopic::Arrays_
< ContainerAllocator > > 
Ptr
typedef Arrays_
< 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
 Arrays_ (const ContainerAllocator &_alloc)
 Arrays_ ()
virtual ROS_DEPRECATED uint8_t * deserialize (uint8_t *read_ptr)
ROS_DEPRECATED uint32_t get_int32_arr_size () const
ROS_DEPRECATED void get_int32_arr_vec (std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &vec) const
ROS_DEPRECATED uint32_t get_int8_arr_size () const
ROS_DEPRECATED void get_int8_arr_vec (std::vector< int8_t, typename ContainerAllocator::template rebind< int8_t >::other > &vec) const
ROS_DEPRECATED uint32_t get_string_arr_size () const
ROS_DEPRECATED void get_string_arr_vec (std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &vec) const
ROS_DEPRECATED uint32_t get_time_arr_size () const
ROS_DEPRECATED void get_time_arr_vec (std::vector< ros::Time, typename ContainerAllocator::template rebind< ros::Time >::other > &vec) const
ROS_DEPRECATED uint32_t get_uint32_arr_size () const
ROS_DEPRECATED void get_uint32_arr_vec (std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > &vec) const
ROS_DEPRECATED uint32_t get_uint8_arr_size () const
ROS_DEPRECATED void get_uint8_arr_vec (std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_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_int32_arr_size (uint32_t size)
ROS_DEPRECATED void set_int32_arr_vec (const std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &vec)
ROS_DEPRECATED void set_int8_arr_size (uint32_t size)
ROS_DEPRECATED void set_int8_arr_vec (const std::vector< int8_t, typename ContainerAllocator::template rebind< int8_t >::other > &vec)
ROS_DEPRECATED void set_string_arr_size (uint32_t size)
ROS_DEPRECATED void set_string_arr_vec (const std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &vec)
ROS_DEPRECATED void set_time_arr_size (uint32_t size)
ROS_DEPRECATED void set_time_arr_vec (const std::vector< ros::Time, typename ContainerAllocator::template rebind< ros::Time >::other > &vec)
ROS_DEPRECATED void set_uint32_arr_size (uint32_t size)
ROS_DEPRECATED void set_uint32_arr_vec (const std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > &vec)
ROS_DEPRECATED void set_uint8_arr_size (uint32_t size)
ROS_DEPRECATED void set_uint8_arr_vec (const std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > &vec)

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::vector< int32_t, typename
ContainerAllocator::template
rebind< int32_t >::other > 
int32_arr
std::vector< int8_t, typename
ContainerAllocator::template
rebind< int8_t >::other > 
int8_arr
std::vector< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
, typename
ContainerAllocator::template
rebind< std::basic_string
< char, std::char_traits< char >
, typename
ContainerAllocator::template
rebind< char >::other >
>::other > 
string_arr
std::vector< ros::Time,
typename
ContainerAllocator::template
rebind< ros::Time >::other > 
time_arr
std::vector< uint32_t,
typename
ContainerAllocator::template
rebind< uint32_t >::other > 
uint32_arr
std::vector< uint8_t, typename
ContainerAllocator::template
rebind< uint8_t >::other > 
uint8_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_rostopic::Arrays_< ContainerAllocator >

Definition at line 13 of file Arrays.h.


Member Typedef Documentation

template<class ContainerAllocator >
typedef std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > test_rostopic::Arrays_< ContainerAllocator >::_int32_arr_type

Definition at line 40 of file Arrays.h.

template<class ContainerAllocator >
typedef std::vector<int8_t, typename ContainerAllocator::template rebind<int8_t>::other > test_rostopic::Arrays_< ContainerAllocator >::_int8_arr_type

Definition at line 34 of file Arrays.h.

template<class ContainerAllocator >
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > test_rostopic::Arrays_< ContainerAllocator >::_string_arr_type

Definition at line 46 of file Arrays.h.

template<class ContainerAllocator >
typedef std::vector<ros::Time, typename ContainerAllocator::template rebind<ros::Time>::other > test_rostopic::Arrays_< ContainerAllocator >::_time_arr_type

Definition at line 49 of file Arrays.h.

template<class ContainerAllocator >
typedef std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > test_rostopic::Arrays_< ContainerAllocator >::_uint32_arr_type

Definition at line 43 of file Arrays.h.

template<class ContainerAllocator >
typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > test_rostopic::Arrays_< ContainerAllocator >::_uint8_arr_type

Definition at line 37 of file Arrays.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::test_rostopic::Arrays_<ContainerAllocator> const> test_rostopic::Arrays_< ContainerAllocator >::ConstPtr

Definition at line 142 of file Arrays.h.

template<class ContainerAllocator >
typedef boost::shared_ptr< ::test_rostopic::Arrays_<ContainerAllocator> > test_rostopic::Arrays_< ContainerAllocator >::Ptr

Definition at line 141 of file Arrays.h.

template<class ContainerAllocator >
typedef Arrays_<ContainerAllocator> test_rostopic::Arrays_< ContainerAllocator >::Type

Definition at line 12 of file Arrays.h.


Constructor & Destructor Documentation

template<class ContainerAllocator >
test_rostopic::Arrays_< ContainerAllocator >::Arrays_ (  )  [inline]

Definition at line 14 of file Arrays.h.

template<class ContainerAllocator >
test_rostopic::Arrays_< ContainerAllocator >::Arrays_ ( const ContainerAllocator &  _alloc  )  [inline]

Definition at line 24 of file Arrays.h.


Member Function Documentation

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

Definition at line 82 of file Arrays.h.

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

Definition at line 89 of file Arrays.h.

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

Definition at line 103 of file Arrays.h.

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

Definition at line 80 of file Arrays.h.

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

Definition at line 78 of file Arrays.h.

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

Definition at line 87 of file Arrays.h.

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

Definition at line 85 of file Arrays.h.

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

Definition at line 101 of file Arrays.h.

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

Definition at line 92 of file Arrays.h.

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

Definition at line 117 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t test_rostopic::Arrays_< ContainerAllocator >::get_int32_arr_size (  )  const [inline]

Definition at line 61 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::get_int32_arr_vec ( std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &  vec  )  const [inline]

Definition at line 63 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t test_rostopic::Arrays_< ContainerAllocator >::get_int8_arr_size (  )  const [inline]

Definition at line 53 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::get_int8_arr_vec ( std::vector< int8_t, typename ContainerAllocator::template rebind< int8_t >::other > &  vec  )  const [inline]

Definition at line 55 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t test_rostopic::Arrays_< ContainerAllocator >::get_string_arr_size (  )  const [inline]

Definition at line 69 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::get_string_arr_vec ( std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &  vec  )  const [inline]

Definition at line 71 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t test_rostopic::Arrays_< ContainerAllocator >::get_time_arr_size (  )  const [inline]

Definition at line 73 of file Arrays.h.

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

Definition at line 75 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t test_rostopic::Arrays_< ContainerAllocator >::get_uint32_arr_size (  )  const [inline]

Definition at line 65 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::get_uint32_arr_vec ( std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > &  vec  )  const [inline]

Definition at line 67 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED uint32_t test_rostopic::Arrays_< ContainerAllocator >::get_uint8_arr_size (  )  const [inline]

Definition at line 57 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::get_uint8_arr_vec ( std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > &  vec  )  const [inline]

Definition at line 59 of file Arrays.h.

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

Definition at line 129 of file Arrays.h.

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

Definition at line 105 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_int32_arr_size ( uint32_t  size  )  [inline]

Definition at line 62 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_int32_arr_vec ( const std::vector< int32_t, typename ContainerAllocator::template rebind< int32_t >::other > &  vec  )  [inline]

Definition at line 64 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_int8_arr_size ( uint32_t  size  )  [inline]

Definition at line 54 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_int8_arr_vec ( const std::vector< int8_t, typename ContainerAllocator::template rebind< int8_t >::other > &  vec  )  [inline]

Definition at line 56 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_string_arr_size ( uint32_t  size  )  [inline]

Definition at line 70 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_string_arr_vec ( const std::vector< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other >, typename ContainerAllocator::template rebind< std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > >::other > &  vec  )  [inline]

Definition at line 72 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_time_arr_size ( uint32_t  size  )  [inline]

Definition at line 74 of file Arrays.h.

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

Definition at line 76 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_uint32_arr_size ( uint32_t  size  )  [inline]

Definition at line 66 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_uint32_arr_vec ( const std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > &  vec  )  [inline]

Definition at line 68 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_uint8_arr_size ( uint32_t  size  )  [inline]

Definition at line 58 of file Arrays.h.

template<class ContainerAllocator >
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_uint8_arr_vec ( const std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > &  vec  )  [inline]

Definition at line 60 of file Arrays.h.


Member Data Documentation

template<class ContainerAllocator >
std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > test_rostopic::Arrays_< ContainerAllocator >::int32_arr

Definition at line 41 of file Arrays.h.

template<class ContainerAllocator >
std::vector<int8_t, typename ContainerAllocator::template rebind<int8_t>::other > test_rostopic::Arrays_< ContainerAllocator >::int8_arr

Definition at line 35 of file Arrays.h.

template<class ContainerAllocator >
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > test_rostopic::Arrays_< ContainerAllocator >::string_arr

Definition at line 47 of file Arrays.h.

template<class ContainerAllocator >
std::vector<ros::Time, typename ContainerAllocator::template rebind<ros::Time>::other > test_rostopic::Arrays_< ContainerAllocator >::time_arr

Definition at line 50 of file Arrays.h.

template<class ContainerAllocator >
std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > test_rostopic::Arrays_< ContainerAllocator >::uint32_arr

Definition at line 44 of file Arrays.h.

template<class ContainerAllocator >
std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > test_rostopic::Arrays_< ContainerAllocator >::uint8_arr

Definition at line 38 of file Arrays.h.


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


test_rostopic
Author(s): Ken Conley
autogenerated on Fri Jan 11 09:54:29 2013