#include <Message_data.h>
|
| | DataEcho (void *input, size_t msg_len) |
| |
| | DataEcho (const DataEcho &other) |
| |
| 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 () |
| |
| size_t | getTotalLength () |
| |
| uint16_t | getType () |
| |
| size_t | getType (void *buf, size_t max_size) |
| |
| size_t | getTypeLength () |
| |
| 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 () |
| |
| Message * | sendRequest () |
| |
| size_t | toBytes (void *buf, size_t buf_size) |
| |
| virtual | ~Message () |
| |
Definition at line 231 of file Message_data.h.
| sawyer::DataEcho::DataEcho |
( |
void * |
input, |
|
|
size_t |
msg_len |
|
) |
| |
| sawyer::DataEcho::DataEcho |
( |
const DataEcho & |
other | ) |
|
| static DataEcho* sawyer::DataEcho::getUpdate |
( |
double |
timeout = 0 | ) |
|
|
static |
| static DataEcho* sawyer::DataEcho::popNext |
( |
| ) |
|
|
static |
| ostream & sawyer::DataEcho::printMessage |
( |
std::ostream & |
stream = std::cout | ) |
|
|
virtual |
| static void sawyer::DataEcho::subscribe |
( |
uint16_t |
freq | ) |
|
|
static |
| static DataEcho* sawyer::DataEcho::waitNext |
( |
double |
timeout = 0 | ) |
|
|
static |
The documentation for this class was generated from the following files: