#include <Message_data.h>
|
| DataSystemStatus (void *input, size_t msg_len) |
|
| DataSystemStatus (const DataSystemStatus &other) |
|
double | getCurrent (uint8_t index) |
|
uint8_t | getCurrentsCount () |
|
double | getTemperature (uint8_t index) |
|
uint8_t | getTemperaturesCount () |
|
uint32_t | getUptime () |
|
double | getVoltage (uint8_t index) |
|
uint8_t | getVoltagesCount () |
|
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 1014 of file Message_data.h.
clearpath::DataSystemStatus::DataSystemStatus |
( |
void * |
input, |
|
|
size_t |
msg_len |
|
) |
| |
double clearpath::DataSystemStatus::getCurrent |
( |
uint8_t |
index | ) |
|
uint8_t clearpath::DataSystemStatus::getCurrentsCount |
( |
| ) |
|
double clearpath::DataSystemStatus::getTemperature |
( |
uint8_t |
index | ) |
|
uint8_t clearpath::DataSystemStatus::getTemperaturesCount |
( |
| ) |
|
static enum MessageTypes clearpath::DataSystemStatus::getTypeID |
( |
| ) |
|
|
static |
static DataSystemStatus* clearpath::DataSystemStatus::getUpdate |
( |
double |
timeout = 0 | ) |
|
|
static |
uint32_t clearpath::DataSystemStatus::getUptime |
( |
| ) |
|
double clearpath::DataSystemStatus::getVoltage |
( |
uint8_t |
index | ) |
|
uint8_t clearpath::DataSystemStatus::getVoltagesCount |
( |
| ) |
|
ostream & clearpath::DataSystemStatus::printMessage |
( |
std::ostream & |
stream = std::cout | ) |
|
|
virtual |
static void clearpath::DataSystemStatus::subscribe |
( |
uint16_t |
freq | ) |
|
|
static |
static DataSystemStatus* clearpath::DataSystemStatus::waitNext |
( |
double |
timeout = 0 | ) |
|
|
static |
uint8_t clearpath::DataSystemStatus::currents_offset |
|
private |
uint8_t clearpath::DataSystemStatus::temperatures_offset |
|
private |
uint8_t clearpath::DataSystemStatus::voltages_offset |
|
private |
The documentation for this class was generated from the following files: