#include <Message_data.h>

Public Types | |
| enum | payloadOffsets { ROLL = 0, PITCH = 2, YAW = 4, PAYLOAD_LEN = 6 } |
Public Member Functions | |
| 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) |
Static Public Member Functions | |
| static enum MessageTypes | getTypeID () |
| static DataRawGyro * | getUpdate (double timeout=0) |
| static DataRawGyro * | popNext () |
| static void | subscribe (uint16_t freq) |
| static DataRawGyro * | waitNext (double timeout=0) |
Definition at line 879 of file Message_data.h.
Definition at line 882 of file Message_data.h.
| sawyer::DataRawGyro::DataRawGyro | ( | void * | input, |
| size_t | msg_len | ||
| ) |
| sawyer::DataRawGyro::DataRawGyro | ( | const DataRawGyro & | other | ) |
| uint16_t sawyer::DataRawGyro::getPitch | ( | ) |
Definition at line 911 of file Message_data.cpp.
| uint16_t sawyer::DataRawGyro::getRoll | ( | ) |
Definition at line 906 of file Message_data.cpp.
| static enum MessageTypes sawyer::DataRawGyro::getTypeID | ( | ) | [static] |
| static DataRawGyro* sawyer::DataRawGyro::getUpdate | ( | double | timeout = 0 | ) | [static] |
| uint16_t sawyer::DataRawGyro::getYaw | ( | ) |
Definition at line 916 of file Message_data.cpp.
| static DataRawGyro* sawyer::DataRawGyro::popNext | ( | ) | [static] |
Reimplemented from sawyer::Message.
| ostream & sawyer::DataRawGyro::printMessage | ( | std::ostream & | stream = std::cout | ) | [virtual] |
Reimplemented from sawyer::Message.
Definition at line 921 of file Message_data.cpp.
| static void sawyer::DataRawGyro::subscribe | ( | uint16_t | freq | ) | [static] |
| static DataRawGyro* sawyer::DataRawGyro::waitNext | ( | double | timeout = 0 | ) | [static] |
Reimplemented from sawyer::Message.