#include <PointCloud.h>

Public Member Functions | |
| virtual int | deserialize (unsigned char *inbuffer) |
| const char * | getType () |
| virtual int | serialize (unsigned char *outbuffer) |
Public Attributes | |
| sensor_msgs::ChannelFloat32 * | channels |
| unsigned char | channels_length |
| std_msgs::Header | header |
| geometry_msgs::Point32 * | points |
| unsigned char | points_length |
| sensor_msgs::ChannelFloat32 | st_channels |
| geometry_msgs::Point32 | st_points |
Definition at line 15 of file PointCloud.h.
| virtual int sensor_msgs::PointCloud::deserialize | ( | unsigned char * | inbuffer | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 47 of file PointCloud.h.
| const char* sensor_msgs::PointCloud::getType | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 72 of file PointCloud.h.
| virtual int sensor_msgs::PointCloud::serialize | ( | unsigned char * | outbuffer | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 26 of file PointCloud.h.
Definition at line 24 of file PointCloud.h.
| unsigned char sensor_msgs::PointCloud::channels_length |
Definition at line 22 of file PointCloud.h.
Definition at line 18 of file PointCloud.h.
Definition at line 21 of file PointCloud.h.
| unsigned char sensor_msgs::PointCloud::points_length |
Definition at line 19 of file PointCloud.h.
Definition at line 23 of file PointCloud.h.
Definition at line 20 of file PointCloud.h.