#include <JointState.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::JointState::JointState |
( |
| ) |
|
|
inline |
virtual int sensor_msgs::JointState::deserialize |
( |
unsigned char * |
inbuffer | ) |
|
|
inlinevirtual |
const char* sensor_msgs::JointState::getMD5 |
( |
| ) |
|
|
inlinevirtual |
const char* sensor_msgs::JointState::getType |
( |
| ) |
|
|
inlinevirtual |
virtual int sensor_msgs::JointState::serialize |
( |
unsigned char * |
outbuffer | ) |
const |
|
inlinevirtual |
float* sensor_msgs::JointState::effort |
uint8_t sensor_msgs::JointState::effort_length |
char* * sensor_msgs::JointState::name |
uint8_t sensor_msgs::JointState::name_length |
float* sensor_msgs::JointState::position |
uint8_t sensor_msgs::JointState::position_length |
float sensor_msgs::JointState::st_effort |
char* sensor_msgs::JointState::st_name |
float sensor_msgs::JointState::st_position |
float sensor_msgs::JointState::st_velocity |
float* sensor_msgs::JointState::velocity |
uint8_t sensor_msgs::JointState::velocity_length |
The documentation for this class was generated from the following file: