#include <Message_data.h>
|
| DataRawGyro (void *input, size_t msg_len) |
|
| DataRawGyro (const DataRawGyro &other) |
|
uint16_t | getPitch () |
|
uint16_t | getRoll () |
|
uint16_t | getYaw () |
|
virtual std::ostream & | printMessage (std::ostream &stream=std::cout) |
|
uint16_t | getChecksum () |
|
uint8_t | getFlags () |
|
uint8_t | getLength () |
|
uint8_t | getLengthComp () |
|
size_t | getPayload (void *buf, size_t max_size) |
|
size_t | getPayloadLength () |
|
uint32_t | getTimestamp () |
|
size_t | getTotalLength () |
|
uint16_t | getType () |
|
uint8_t | getVersion () |
|
bool | isCommand () |
|
bool | isData () |
|
bool | isRequest () |
|
bool | isValid (char *whyNot=NULL, size_t strLen=0) |
|
| Message () |
|
| Message (void *input, size_t msg_len) |
|
| Message (const Message &other) |
|
| Message (uint16_t type, uint8_t *payload, size_t payload_len, uint32_t timestamp=0, uint8_t flags=0, uint8_t version=0) |
|
void | printRaw (std::ostream &stream=std::cout) |
|
void | send () |
|
size_t | toBytes (void *buf, size_t buf_size) |
|
virtual | ~Message () |
|
Definition at line 842 of file Message_data.h.
clearpath::DataRawGyro::DataRawGyro |
( |
void * |
input, |
|
|
size_t |
msg_len |
|
) |
| |
clearpath::DataRawGyro::DataRawGyro |
( |
const DataRawGyro & |
other | ) |
|
uint16_t clearpath::DataRawGyro::getPitch |
( |
| ) |
|
uint16_t clearpath::DataRawGyro::getRoll |
( |
| ) |
|
static enum MessageTypes clearpath::DataRawGyro::getTypeID |
( |
| ) |
|
|
static |
static DataRawGyro* clearpath::DataRawGyro::getUpdate |
( |
double |
timeout = 0 | ) |
|
|
static |
uint16_t clearpath::DataRawGyro::getYaw |
( |
| ) |
|
static DataRawGyro* clearpath::DataRawGyro::popNext |
( |
| ) |
|
|
static |
ostream & clearpath::DataRawGyro::printMessage |
( |
std::ostream & |
stream = std::cout | ) |
|
|
virtual |
static void clearpath::DataRawGyro::subscribe |
( |
uint16_t |
freq | ) |
|
|
static |
static DataRawGyro* clearpath::DataRawGyro::waitNext |
( |
double |
timeout = 0 | ) |
|
|
static |
The documentation for this class was generated from the following files: