#include <CompressedImage.h>

Public Member Functions | |
| virtual int | deserialize (unsigned char *inbuffer) |
| const char * | getType () |
| virtual int | serialize (unsigned char *outbuffer) |
Public Attributes | |
| unsigned char * | data |
| unsigned char | data_length |
| char * | format |
| std_msgs::Header | header |
| unsigned char | st_data |
Definition at line 13 of file CompressedImage.h.
| virtual int sensor_msgs::CompressedImage::deserialize | ( | unsigned char * | inbuffer | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 47 of file CompressedImage.h.
| const char* sensor_msgs::CompressedImage::getType | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 78 of file CompressedImage.h.
| virtual int sensor_msgs::CompressedImage::serialize | ( | unsigned char * | outbuffer | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 22 of file CompressedImage.h.
| unsigned char* sensor_msgs::CompressedImage::data |
Definition at line 20 of file CompressedImage.h.
| unsigned char sensor_msgs::CompressedImage::data_length |
Definition at line 18 of file CompressedImage.h.
Definition at line 17 of file CompressedImage.h.
Definition at line 16 of file CompressedImage.h.
| unsigned char sensor_msgs::CompressedImage::st_data |
Definition at line 19 of file CompressedImage.h.