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