#include <NavSatStatus.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...
|
|
Enumerator |
---|
STATUS_SBAS_FIX |
|
Enumerator |
---|
STATUS_GBAS_FIX |
|
Enumerator |
---|
SERVICE_GLONASS |
|
Enumerator |
---|
SERVICE_COMPASS |
|
Enumerator |
---|
SERVICE_GALILEO |
|
sensor_msgs::NavSatStatus::NavSatStatus |
( |
| ) |
|
|
inline |
virtual int sensor_msgs::NavSatStatus::deserialize |
( |
unsigned char * |
inbuffer | ) |
|
|
inlinevirtual |
const char* sensor_msgs::NavSatStatus::getMD5 |
( |
| ) |
|
|
inlinevirtual |
const char* sensor_msgs::NavSatStatus::getType |
( |
| ) |
|
|
inlinevirtual |
virtual int sensor_msgs::NavSatStatus::serialize |
( |
unsigned char * |
outbuffer | ) |
const |
|
inlinevirtual |
uint16_t sensor_msgs::NavSatStatus::service |
int8_t sensor_msgs::NavSatStatus::status |
The documentation for this class was generated from the following file: