#include <Message_data.h>

Public Types | |
| enum | payloadOffsets { ROLL_RATE = 0, PITCH_RATE = 2, YAW_RATE = 4, PAYLOAD_LEN = 6 } |
Public Member Functions | |
| DataPlatformRotation (void *input, size_t msg_len) | |
| DataPlatformRotation (const DataPlatformRotation &other) | |
| double | getPitchRate () |
| double | getRollRate () |
| double | getYawRate () |
| virtual std::ostream & | printMessage (std::ostream &stream=std::cout) |
Static Public Member Functions | |
| static enum MessageTypes | getTypeID () |
| static DataPlatformRotation * | getUpdate (double timeout=0) |
| static DataPlatformRotation * | popNext () |
| static void | subscribe (uint16_t freq) |
| static DataPlatformRotation * | waitNext (double timeout=0) |
Definition at line 620 of file Message_data.h.
Definition at line 623 of file Message_data.h.
| sawyer::DataPlatformRotation::DataPlatformRotation | ( | void * | input, |
| size_t | msg_len | ||
| ) |
| sawyer::DataPlatformRotation::DataPlatformRotation | ( | const DataPlatformRotation & | other | ) |
| double sawyer::DataPlatformRotation::getPitchRate | ( | ) |
Definition at line 629 of file Message_data.cpp.
| double sawyer::DataPlatformRotation::getRollRate | ( | ) |
Definition at line 624 of file Message_data.cpp.
| static enum MessageTypes sawyer::DataPlatformRotation::getTypeID | ( | ) | [static] |
| static DataPlatformRotation* sawyer::DataPlatformRotation::getUpdate | ( | double | timeout = 0 | ) | [static] |
| double sawyer::DataPlatformRotation::getYawRate | ( | ) |
Definition at line 634 of file Message_data.cpp.
| static DataPlatformRotation* sawyer::DataPlatformRotation::popNext | ( | ) | [static] |
Reimplemented from sawyer::Message.
| ostream & sawyer::DataPlatformRotation::printMessage | ( | std::ostream & | stream = std::cout | ) | [virtual] |
Reimplemented from sawyer::Message.
Definition at line 639 of file Message_data.cpp.
| static void sawyer::DataPlatformRotation::subscribe | ( | uint16_t | freq | ) | [static] |
| static DataPlatformRotation* sawyer::DataPlatformRotation::waitNext | ( | double | timeout = 0 | ) | [static] |
Reimplemented from sawyer::Message.