#include <Message_data.h>
|
| | DataPlatformOrientation (void *input, size_t msg_len) |
| |
| | DataPlatformOrientation (const DataPlatformOrientation &other) |
| |
| double | getPitch () |
| |
| double | getRoll () |
| |
| double | 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 580 of file Message_data.h.
◆ payloadOffsets
◆ DataPlatformOrientation() [1/2]
| clearpath::DataPlatformOrientation::DataPlatformOrientation |
( |
void * |
input, |
|
|
size_t |
msg_len |
|
) |
| |
◆ DataPlatformOrientation() [2/2]
◆ getPitch()
| double clearpath::DataPlatformOrientation::getPitch |
( |
| ) |
|
◆ getRoll()
| double clearpath::DataPlatformOrientation::getRoll |
( |
| ) |
|
◆ getTypeID()
| static enum MessageTypes clearpath::DataPlatformOrientation::getTypeID |
( |
| ) |
|
|
static |
◆ getUpdate()
◆ getYaw()
| double clearpath::DataPlatformOrientation::getYaw |
( |
| ) |
|
◆ popNext()
◆ printMessage()
| ostream & clearpath::DataPlatformOrientation::printMessage |
( |
std::ostream & |
stream = std::cout | ) |
|
|
virtual |
◆ subscribe()
| static void clearpath::DataPlatformOrientation::subscribe |
( |
uint16_t |
freq | ) |
|
|
static |
◆ waitNext()
The documentation for this class was generated from the following files: