#include <JointValues.h>
|
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...
|
|
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...
|
|
Definition at line 29 of file JointValues.h.
cob_hand_bridge::JointValues::JointValues |
( |
| ) |
|
|
inline |
virtual int cob_hand_bridge::JointValues::deserialize |
( |
unsigned char * |
inbuffer | ) |
|
|
inlinevirtual |
const char* cob_hand_bridge::JointValues::getMD5 |
( |
| ) |
|
|
inlinevirtual |
const char* cob_hand_bridge::JointValues::getType |
( |
| ) |
|
|
inlinevirtual |
virtual int cob_hand_bridge::JointValues::serialize |
( |
unsigned char * |
outbuffer | ) |
const |
|
inlinevirtual |
int16_t cob_hand_bridge::JointValues::current_100uA[2] |
int16_t cob_hand_bridge::JointValues::position_cdeg[2] |
int16_t cob_hand_bridge::JointValues::velocity_cdeg_s[2] |
The documentation for this class was generated from the following file: