#include <CameraInfo.h>
Public Member Functions | |
virtual int | deserialize (unsigned char *inbuffer) |
const char * | getType () |
virtual int | serialize (unsigned char *outbuffer) |
Public Attributes | |
unsigned long | binning_x |
unsigned long | binning_y |
float * | D |
unsigned char | D_length |
char * | distortion_model |
std_msgs::Header | header |
unsigned long | height |
float | K [9] |
float | P [12] |
float | R [9] |
sensor_msgs::RegionOfInterest | roi |
float | st_D |
unsigned long | width |
Definition at line 14 of file CameraInfo.h.
virtual int sensor_msgs::CameraInfo::deserialize | ( | unsigned char * | inbuffer | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 155 of file CameraInfo.h.
const char* sensor_msgs::CameraInfo::getType | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 276 of file CameraInfo.h.
virtual int sensor_msgs::CameraInfo::serialize | ( | unsigned char * | outbuffer | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 31 of file CameraInfo.h.
unsigned long sensor_msgs::CameraInfo::binning_x |
Definition at line 27 of file CameraInfo.h.
unsigned long sensor_msgs::CameraInfo::binning_y |
Definition at line 28 of file CameraInfo.h.
float* sensor_msgs::CameraInfo::D |
Definition at line 23 of file CameraInfo.h.
unsigned char sensor_msgs::CameraInfo::D_length |
Definition at line 21 of file CameraInfo.h.
Definition at line 20 of file CameraInfo.h.
Definition at line 17 of file CameraInfo.h.
unsigned long sensor_msgs::CameraInfo::height |
Definition at line 18 of file CameraInfo.h.
float sensor_msgs::CameraInfo::K[9] |
Definition at line 24 of file CameraInfo.h.
float sensor_msgs::CameraInfo::P[12] |
Definition at line 26 of file CameraInfo.h.
float sensor_msgs::CameraInfo::R[9] |
Definition at line 25 of file CameraInfo.h.
Definition at line 29 of file CameraInfo.h.
Definition at line 22 of file CameraInfo.h.
unsigned long sensor_msgs::CameraInfo::width |
Definition at line 19 of file CameraInfo.h.