#include <ChannelFloat32.h>
Public Member Functions | |
virtual int | deserialize (unsigned char *inbuffer) |
const char * | getMD5 () |
const char * | getType () |
virtual int | serialize (unsigned char *outbuffer) const |
Public Attributes | |
const char * | name |
float | st_values |
float * | values |
uint8_t | values_length |
Definition at line 12 of file ChannelFloat32.h.
virtual int sensor_msgs::ChannelFloat32::deserialize | ( | unsigned char * | inbuffer | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 47 of file ChannelFloat32.h.
const char* sensor_msgs::ChannelFloat32::getMD5 | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 82 of file ChannelFloat32.h.
const char* sensor_msgs::ChannelFloat32::getType | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 81 of file ChannelFloat32.h.
virtual int sensor_msgs::ChannelFloat32::serialize | ( | unsigned char * | outbuffer | ) | const [inline, virtual] |
Implements ros::Msg.
Definition at line 20 of file ChannelFloat32.h.
const char* sensor_msgs::ChannelFloat32::name |
Definition at line 15 of file ChannelFloat32.h.
Definition at line 17 of file ChannelFloat32.h.
Definition at line 18 of file ChannelFloat32.h.
Definition at line 16 of file ChannelFloat32.h.