#include <Message_data.h>
|
| DataDifferentialSpeed (void *input, size_t msg_len) |
|
| DataDifferentialSpeed (const DataDifferentialSpeed &other) |
|
double | getLeftAccel () |
|
double | getLeftSpeed () |
|
double | getRightAccel () |
|
double | getRightSpeed () |
|
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 187 of file Message_data.h.
Enumerator |
---|
LEFT_SPEED |
|
RIGHT_SPEED |
|
LEFT_ACCEL |
|
RIGHT_ACCEL |
|
PAYLOAD_LEN |
|
Definition at line 190 of file Message_data.h.
clearpath::DataDifferentialSpeed::DataDifferentialSpeed |
( |
void * |
input, |
|
|
size_t |
msg_len |
|
) |
| |
double clearpath::DataDifferentialSpeed::getLeftAccel |
( |
| ) |
|
double clearpath::DataDifferentialSpeed::getLeftSpeed |
( |
| ) |
|
double clearpath::DataDifferentialSpeed::getRightAccel |
( |
| ) |
|
double clearpath::DataDifferentialSpeed::getRightSpeed |
( |
| ) |
|
static enum MessageTypes clearpath::DataDifferentialSpeed::getTypeID |
( |
| ) |
|
|
static |
ostream & clearpath::DataDifferentialSpeed::printMessage |
( |
std::ostream & |
stream = std::cout | ) |
|
|
virtual |
static void clearpath::DataDifferentialSpeed::subscribe |
( |
uint16_t |
freq | ) |
|
|
static |
The documentation for this class was generated from the following files: