#include <Arrays.h>
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_ () |
Definition at line 13 of file Arrays.h.
typedef std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > test_rostopic::Arrays_< ContainerAllocator >::_int32_arr_type |
typedef std::vector<int8_t, typename ContainerAllocator::template rebind<int8_t>::other > test_rostopic::Arrays_< ContainerAllocator >::_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 > test_rostopic::Arrays_< ContainerAllocator >::_string_arr_type |
typedef std::vector<ros::Time, typename ContainerAllocator::template rebind<ros::Time>::other > test_rostopic::Arrays_< ContainerAllocator >::_time_arr_type |
typedef std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > test_rostopic::Arrays_< ContainerAllocator >::_uint32_arr_type |
typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > test_rostopic::Arrays_< ContainerAllocator >::_uint8_arr_type |
typedef boost::shared_ptr< ::test_rostopic::Arrays_<ContainerAllocator> const> test_rostopic::Arrays_< ContainerAllocator >::ConstPtr |
typedef boost::shared_ptr< ::test_rostopic::Arrays_<ContainerAllocator> > test_rostopic::Arrays_< ContainerAllocator >::Ptr |
typedef Arrays_<ContainerAllocator> test_rostopic::Arrays_< ContainerAllocator >::Type |
test_rostopic::Arrays_< ContainerAllocator >::Arrays_ | ( | ) | [inline] |
test_rostopic::Arrays_< ContainerAllocator >::Arrays_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
ROS_DEPRECATED const std::string test_rostopic::Arrays_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
ROS_DEPRECATED const std::string test_rostopic::Arrays_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
ROS_DEPRECATED const std::string test_rostopic::Arrays_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
static ROS_DEPRECATED const std::string test_rostopic::Arrays_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
static const char* test_rostopic::Arrays_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
static ROS_DEPRECATED const std::string test_rostopic::Arrays_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
static const char* test_rostopic::Arrays_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
static ROS_DEPRECATED const std::string test_rostopic::Arrays_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
static const char* test_rostopic::Arrays_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
virtual ROS_DEPRECATED uint8_t* test_rostopic::Arrays_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
ROS_DEPRECATED uint32_t test_rostopic::Arrays_< ContainerAllocator >::get_int32_arr_size | ( | ) | const [inline] |
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] |
ROS_DEPRECATED uint32_t test_rostopic::Arrays_< ContainerAllocator >::get_int8_arr_size | ( | ) | const [inline] |
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] |
ROS_DEPRECATED uint32_t test_rostopic::Arrays_< ContainerAllocator >::get_string_arr_size | ( | ) | const [inline] |
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] |
ROS_DEPRECATED uint32_t test_rostopic::Arrays_< ContainerAllocator >::get_time_arr_size | ( | ) | const [inline] |
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] |
ROS_DEPRECATED uint32_t test_rostopic::Arrays_< ContainerAllocator >::get_uint32_arr_size | ( | ) | const [inline] |
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] |
ROS_DEPRECATED uint32_t test_rostopic::Arrays_< ContainerAllocator >::get_uint8_arr_size | ( | ) | const [inline] |
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] |
virtual ROS_DEPRECATED uint32_t test_rostopic::Arrays_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
virtual ROS_DEPRECATED uint8_t* test_rostopic::Arrays_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_int32_arr_size | ( | uint32_t | size | ) | [inline] |
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] |
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_int8_arr_size | ( | uint32_t | size | ) | [inline] |
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] |
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_string_arr_size | ( | uint32_t | size | ) | [inline] |
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] |
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_time_arr_size | ( | uint32_t | size | ) | [inline] |
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] |
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_uint32_arr_size | ( | uint32_t | size | ) | [inline] |
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] |
ROS_DEPRECATED void test_rostopic::Arrays_< ContainerAllocator >::set_uint8_arr_size | ( | uint32_t | size | ) | [inline] |
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] |
std::vector<int32_t, typename ContainerAllocator::template rebind<int32_t>::other > test_rostopic::Arrays_< ContainerAllocator >::int32_arr |
std::vector<int8_t, typename ContainerAllocator::template rebind<int8_t>::other > test_rostopic::Arrays_< ContainerAllocator >::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 > test_rostopic::Arrays_< ContainerAllocator >::string_arr |
std::vector<ros::Time, typename ContainerAllocator::template rebind<ros::Time>::other > test_rostopic::Arrays_< ContainerAllocator >::time_arr |
std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > test_rostopic::Arrays_< ContainerAllocator >::uint32_arr |
std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > test_rostopic::Arrays_< ContainerAllocator >::uint8_arr |