#include <PointField.h>
Public Types | |
enum | { INT8 = 1 } |
enum | { UINT8 = 2 } |
enum | { INT16 = 3 } |
enum | { UINT16 = 4 } |
enum | { INT32 = 5 } |
enum | { UINT32 = 6 } |
enum | { FLOAT32 = 7 } |
enum | { FLOAT64 = 8 } |
typedef uint32_t | _count_type |
typedef uint8_t | _datatype_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _name_type |
typedef uint32_t | _offset_type |
typedef boost::shared_ptr < ::sensor_msgs::PointField_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::sensor_msgs::PointField_ < ContainerAllocator > > | Ptr |
typedef PointField_ < ContainerAllocator > | Type |
Public Member Functions | |
PointField_ (const ContainerAllocator &_alloc) | |
PointField_ () | |
Public Attributes | |
uint32_t | count |
uint8_t | datatype |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | name |
uint32_t | offset |
Definition at line 12 of file PointField.h.
typedef uint32_t sensor_msgs::PointField_< ContainerAllocator >::_count_type |
Definition at line 41 of file PointField.h.
typedef uint8_t sensor_msgs::PointField_< ContainerAllocator >::_datatype_type |
Definition at line 38 of file PointField.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > sensor_msgs::PointField_< ContainerAllocator >::_name_type |
Definition at line 32 of file PointField.h.
typedef uint32_t sensor_msgs::PointField_< ContainerAllocator >::_offset_type |
Definition at line 35 of file PointField.h.
typedef boost::shared_ptr< ::sensor_msgs::PointField_<ContainerAllocator> const> sensor_msgs::PointField_< ContainerAllocator >::ConstPtr |
Definition at line 55 of file PointField.h.
typedef boost::shared_ptr< ::sensor_msgs::PointField_<ContainerAllocator> > sensor_msgs::PointField_< ContainerAllocator >::Ptr |
Definition at line 54 of file PointField.h.
typedef PointField_<ContainerAllocator> sensor_msgs::PointField_< ContainerAllocator >::Type |
Definition at line 14 of file PointField.h.
anonymous enum |
Definition at line 44 of file PointField.h.
anonymous enum |
Definition at line 45 of file PointField.h.
anonymous enum |
Definition at line 46 of file PointField.h.
anonymous enum |
Definition at line 47 of file PointField.h.
anonymous enum |
Definition at line 48 of file PointField.h.
anonymous enum |
Definition at line 49 of file PointField.h.
anonymous enum |
Definition at line 50 of file PointField.h.
anonymous enum |
Definition at line 51 of file PointField.h.
sensor_msgs::PointField_< ContainerAllocator >::PointField_ | ( | ) | [inline] |
Definition at line 16 of file PointField.h.
sensor_msgs::PointField_< ContainerAllocator >::PointField_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 24 of file PointField.h.
uint32_t sensor_msgs::PointField_< ContainerAllocator >::count |
Definition at line 42 of file PointField.h.
uint8_t sensor_msgs::PointField_< ContainerAllocator >::datatype |
Definition at line 39 of file PointField.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > sensor_msgs::PointField_< ContainerAllocator >::name |
Definition at line 33 of file PointField.h.
uint32_t sensor_msgs::PointField_< ContainerAllocator >::offset |
Definition at line 36 of file PointField.h.