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