#include <TestFixedArray.h>
Public Types | |
typedef boost::array< uint8_t, 1 > | _b_1_type |
typedef boost::array< uint8_t, 3 > | _b_3_type |
typedef boost::array< float, 1 > | _f32_1_type |
typedef boost::array< float, 3 > | _f32_3_type |
typedef boost::array< double, 1 > | _f64_1_type |
typedef boost::array< double, 3 > | _f64_3_type |
typedef boost::array< int32_t, 1 > | _i32_1_type |
typedef boost::array< int32_t, 3 > | _i32_3_type |
typedef boost::array< int8_t, 1 > | _i8_1_type |
typedef boost::array< int8_t, 3 > | _i8_3_type |
typedef boost::array < std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other >, 1 > | _s_1_type |
typedef boost::array < std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other >, 3 > | _s_3_type |
typedef boost::array< uint32_t, 1 > | _u32_1_type |
typedef boost::array< uint32_t, 3 > | _u32_3_type |
typedef boost::array< uint8_t, 1 > | _u8_1_type |
typedef boost::array< uint8_t, 3 > | _u8_3_type |
typedef boost::shared_ptr < ::test_rospy::TestFixedArray_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::test_rospy::TestFixedArray_ < ContainerAllocator > > | Ptr |
typedef TestFixedArray_ < 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_b_1_size () const |
ROS_DEPRECATED uint32_t | get_b_3_size () const |
ROS_DEPRECATED uint32_t | get_f32_1_size () const |
ROS_DEPRECATED uint32_t | get_f32_3_size () const |
ROS_DEPRECATED uint32_t | get_f64_1_size () const |
ROS_DEPRECATED uint32_t | get_f64_3_size () const |
ROS_DEPRECATED uint32_t | get_i32_1_size () const |
ROS_DEPRECATED uint32_t | get_i32_3_size () const |
ROS_DEPRECATED uint32_t | get_i8_1_size () const |
ROS_DEPRECATED uint32_t | get_i8_3_size () const |
ROS_DEPRECATED uint32_t | get_s_1_size () const |
ROS_DEPRECATED uint32_t | get_s_3_size () const |
ROS_DEPRECATED uint32_t | get_u32_1_size () const |
ROS_DEPRECATED uint32_t | get_u32_3_size () const |
ROS_DEPRECATED uint32_t | get_u8_1_size () const |
ROS_DEPRECATED uint32_t | get_u8_3_size () const |
virtual ROS_DEPRECATED uint32_t | serializationLength () const |
virtual ROS_DEPRECATED uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
TestFixedArray_ (const ContainerAllocator &_alloc) | |
TestFixedArray_ () | |
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< uint8_t, 1 > | b_1 |
boost::array< uint8_t, 3 > | b_3 |
boost::array< float, 1 > | f32_1 |
boost::array< float, 3 > | f32_3 |
boost::array< double, 1 > | f64_1 |
boost::array< double, 3 > | f64_3 |
boost::array< int32_t, 1 > | i32_1 |
boost::array< int32_t, 3 > | i32_3 |
boost::array< int8_t, 1 > | i8_1 |
boost::array< int8_t, 3 > | i8_3 |
boost::array < std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other >, 1 > | s_1 |
boost::array < std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other >, 3 > | s_3 |
boost::array< uint32_t, 1 > | u32_1 |
boost::array< uint32_t, 3 > | u32_3 |
boost::array< uint8_t, 1 > | u8_1 |
boost::array< uint8_t, 3 > | u8_3 |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 17 of file TestFixedArray.h.
typedef boost::array<uint8_t, 1> test_rospy::TestFixedArray_< ContainerAllocator >::_b_1_type |
Definition at line 133 of file TestFixedArray.h.
typedef boost::array<uint8_t, 3> test_rospy::TestFixedArray_< ContainerAllocator >::_b_3_type |
Definition at line 136 of file TestFixedArray.h.
typedef boost::array<float, 1> test_rospy::TestFixedArray_< ContainerAllocator >::_f32_1_type |
Definition at line 91 of file TestFixedArray.h.
typedef boost::array<float, 3> test_rospy::TestFixedArray_< ContainerAllocator >::_f32_3_type |
Definition at line 94 of file TestFixedArray.h.
typedef boost::array<double, 1> test_rospy::TestFixedArray_< ContainerAllocator >::_f64_1_type |
Definition at line 97 of file TestFixedArray.h.
typedef boost::array<double, 3> test_rospy::TestFixedArray_< ContainerAllocator >::_f64_3_type |
Definition at line 100 of file TestFixedArray.h.
typedef boost::array<int32_t, 1> test_rospy::TestFixedArray_< ContainerAllocator >::_i32_1_type |
Definition at line 115 of file TestFixedArray.h.
typedef boost::array<int32_t, 3> test_rospy::TestFixedArray_< ContainerAllocator >::_i32_3_type |
Definition at line 118 of file TestFixedArray.h.
typedef boost::array<int8_t, 1> test_rospy::TestFixedArray_< ContainerAllocator >::_i8_1_type |
Definition at line 103 of file TestFixedArray.h.
typedef boost::array<int8_t, 3> test_rospy::TestFixedArray_< ContainerAllocator >::_i8_3_type |
Definition at line 106 of file TestFixedArray.h.
typedef boost::array<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , 1> test_rospy::TestFixedArray_< ContainerAllocator >::_s_1_type |
Definition at line 127 of file TestFixedArray.h.
typedef boost::array<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , 3> test_rospy::TestFixedArray_< ContainerAllocator >::_s_3_type |
Definition at line 130 of file TestFixedArray.h.
typedef boost::array<uint32_t, 1> test_rospy::TestFixedArray_< ContainerAllocator >::_u32_1_type |
Definition at line 121 of file TestFixedArray.h.
typedef boost::array<uint32_t, 3> test_rospy::TestFixedArray_< ContainerAllocator >::_u32_3_type |
Definition at line 124 of file TestFixedArray.h.
typedef boost::array<uint8_t, 1> test_rospy::TestFixedArray_< ContainerAllocator >::_u8_1_type |
Definition at line 109 of file TestFixedArray.h.
typedef boost::array<uint8_t, 3> test_rospy::TestFixedArray_< ContainerAllocator >::_u8_3_type |
Definition at line 112 of file TestFixedArray.h.
typedef boost::shared_ptr< ::test_rospy::TestFixedArray_<ContainerAllocator> const> test_rospy::TestFixedArray_< ContainerAllocator >::ConstPtr |
Definition at line 260 of file TestFixedArray.h.
typedef boost::shared_ptr< ::test_rospy::TestFixedArray_<ContainerAllocator> > test_rospy::TestFixedArray_< ContainerAllocator >::Ptr |
Definition at line 259 of file TestFixedArray.h.
typedef TestFixedArray_<ContainerAllocator> test_rospy::TestFixedArray_< ContainerAllocator >::Type |
Definition at line 19 of file TestFixedArray.h.
test_rospy::TestFixedArray_< ContainerAllocator >::TestFixedArray_ | ( | ) | [inline] |
Definition at line 21 of file TestFixedArray.h.
test_rospy::TestFixedArray_< ContainerAllocator >::TestFixedArray_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 55 of file TestFixedArray.h.
ROS_DEPRECATED const std::string test_rospy::TestFixedArray_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 161 of file TestFixedArray.h.
ROS_DEPRECATED const std::string test_rospy::TestFixedArray_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 168 of file TestFixedArray.h.
ROS_DEPRECATED const std::string test_rospy::TestFixedArray_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 191 of file TestFixedArray.h.
static ROS_DEPRECATED const std::string test_rospy::TestFixedArray_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 159 of file TestFixedArray.h.
static const char* test_rospy::TestFixedArray_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 157 of file TestFixedArray.h.
static ROS_DEPRECATED const std::string test_rospy::TestFixedArray_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 166 of file TestFixedArray.h.
static const char* test_rospy::TestFixedArray_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 164 of file TestFixedArray.h.
static ROS_DEPRECATED const std::string test_rospy::TestFixedArray_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 189 of file TestFixedArray.h.
static const char* test_rospy::TestFixedArray_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 171 of file TestFixedArray.h.
virtual ROS_DEPRECATED uint8_t* test_rospy::TestFixedArray_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 215 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_b_1_size | ( | ) | const [inline] |
Definition at line 154 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_b_3_size | ( | ) | const [inline] |
Definition at line 155 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_f32_1_size | ( | ) | const [inline] |
Definition at line 140 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_f32_3_size | ( | ) | const [inline] |
Definition at line 141 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_f64_1_size | ( | ) | const [inline] |
Definition at line 142 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_f64_3_size | ( | ) | const [inline] |
Definition at line 143 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_i32_1_size | ( | ) | const [inline] |
Definition at line 148 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_i32_3_size | ( | ) | const [inline] |
Definition at line 149 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_i8_1_size | ( | ) | const [inline] |
Definition at line 144 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_i8_3_size | ( | ) | const [inline] |
Definition at line 145 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_s_1_size | ( | ) | const [inline] |
Definition at line 152 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_s_3_size | ( | ) | const [inline] |
Definition at line 153 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_u32_1_size | ( | ) | const [inline] |
Definition at line 150 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_u32_3_size | ( | ) | const [inline] |
Definition at line 151 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_u8_1_size | ( | ) | const [inline] |
Definition at line 146 of file TestFixedArray.h.
ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::get_u8_3_size | ( | ) | const [inline] |
Definition at line 147 of file TestFixedArray.h.
virtual ROS_DEPRECATED uint32_t test_rospy::TestFixedArray_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 237 of file TestFixedArray.h.
virtual ROS_DEPRECATED uint8_t* test_rospy::TestFixedArray_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 193 of file TestFixedArray.h.
boost::array<uint8_t, 1> test_rospy::TestFixedArray_< ContainerAllocator >::b_1 |
Definition at line 134 of file TestFixedArray.h.
boost::array<uint8_t, 3> test_rospy::TestFixedArray_< ContainerAllocator >::b_3 |
Definition at line 137 of file TestFixedArray.h.
boost::array<float, 1> test_rospy::TestFixedArray_< ContainerAllocator >::f32_1 |
Definition at line 92 of file TestFixedArray.h.
boost::array<float, 3> test_rospy::TestFixedArray_< ContainerAllocator >::f32_3 |
Definition at line 95 of file TestFixedArray.h.
boost::array<double, 1> test_rospy::TestFixedArray_< ContainerAllocator >::f64_1 |
Definition at line 98 of file TestFixedArray.h.
boost::array<double, 3> test_rospy::TestFixedArray_< ContainerAllocator >::f64_3 |
Definition at line 101 of file TestFixedArray.h.
boost::array<int32_t, 1> test_rospy::TestFixedArray_< ContainerAllocator >::i32_1 |
Definition at line 116 of file TestFixedArray.h.
boost::array<int32_t, 3> test_rospy::TestFixedArray_< ContainerAllocator >::i32_3 |
Definition at line 119 of file TestFixedArray.h.
boost::array<int8_t, 1> test_rospy::TestFixedArray_< ContainerAllocator >::i8_1 |
Definition at line 104 of file TestFixedArray.h.
boost::array<int8_t, 3> test_rospy::TestFixedArray_< ContainerAllocator >::i8_3 |
Definition at line 107 of file TestFixedArray.h.
boost::array<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , 1> test_rospy::TestFixedArray_< ContainerAllocator >::s_1 |
Definition at line 128 of file TestFixedArray.h.
boost::array<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , 3> test_rospy::TestFixedArray_< ContainerAllocator >::s_3 |
Definition at line 131 of file TestFixedArray.h.
boost::array<uint32_t, 1> test_rospy::TestFixedArray_< ContainerAllocator >::u32_1 |
Definition at line 122 of file TestFixedArray.h.
boost::array<uint32_t, 3> test_rospy::TestFixedArray_< ContainerAllocator >::u32_3 |
Definition at line 125 of file TestFixedArray.h.
boost::array<uint8_t, 1> test_rospy::TestFixedArray_< ContainerAllocator >::u8_1 |
Definition at line 110 of file TestFixedArray.h.
boost::array<uint8_t, 3> test_rospy::TestFixedArray_< ContainerAllocator >::u8_3 |
Definition at line 113 of file TestFixedArray.h.