#include <PointCloud2.h>
|
static int | serializeAvrFloat64 (unsigned char *outbuffer, const float f) |
| This tricky function handles promoting a 32bit float to a 64bit double, so that AVR can publish messages containing float64 fields, despite AVV having no native support for double. More...
|
|
static int | deserializeAvrFloat64 (const unsigned char *inbuffer, float *f) |
| This tricky function handles demoting a 64bit double to a 32bit float, so that AVR can understand messages containing float64 fields, despite AVR having no native support for double. More...
|
|
sensor_msgs::PointCloud2::PointCloud2 |
( |
| ) |
|
|
inline |
virtual int sensor_msgs::PointCloud2::deserialize |
( |
unsigned char * |
inbuffer | ) |
|
|
inlinevirtual |
const char* sensor_msgs::PointCloud2::getMD5 |
( |
| ) |
|
|
inlinevirtual |
const char* sensor_msgs::PointCloud2::getType |
( |
| ) |
|
|
inlinevirtual |
virtual int sensor_msgs::PointCloud2::serialize |
( |
unsigned char * |
outbuffer | ) |
const |
|
inlinevirtual |
uint8_t* sensor_msgs::PointCloud2::data |
uint8_t sensor_msgs::PointCloud2::data_length |
uint8_t sensor_msgs::PointCloud2::fields_length |
uint32_t sensor_msgs::PointCloud2::height |
bool sensor_msgs::PointCloud2::is_bigendian |
bool sensor_msgs::PointCloud2::is_dense |
uint32_t sensor_msgs::PointCloud2::point_step |
uint32_t sensor_msgs::PointCloud2::row_step |
uint8_t sensor_msgs::PointCloud2::st_data |
uint32_t sensor_msgs::PointCloud2::width |
The documentation for this class was generated from the following file: