#include <Message_data.h>

Public Member Functions | |
| DataRawCurrent (void *input, size_t msg_len) | |
| DataRawCurrent (const DataRawCurrent &other) | |
| uint16_t | getCurrent (int current) |
| uint8_t | getCurrentCount () |
| virtual std::ostream & | printMessage (std::ostream &stream=std::cout) |
Static Public Member Functions | |
| static enum MessageTypes | getTypeID () |
| static DataRawCurrent * | getUpdate (double timeout=0) |
| static DataRawCurrent * | popNext () |
| static void | subscribe (uint16_t freq) |
| static DataRawCurrent * | waitNext (double timeout=0) |
Definition at line 855 of file Message_data.h.
| sawyer::DataRawCurrent::DataRawCurrent | ( | void * | input, |
| size_t | msg_len | ||
| ) |
| sawyer::DataRawCurrent::DataRawCurrent | ( | const DataRawCurrent & | other | ) |
| uint16_t sawyer::DataRawCurrent::getCurrent | ( | int | current | ) |
Definition at line 882 of file Message_data.cpp.
| uint8_t sawyer::DataRawCurrent::getCurrentCount | ( | ) |
| static enum MessageTypes sawyer::DataRawCurrent::getTypeID | ( | ) | [static] |
| static DataRawCurrent* sawyer::DataRawCurrent::getUpdate | ( | double | timeout = 0 | ) | [static] |
| static DataRawCurrent* sawyer::DataRawCurrent::popNext | ( | ) | [static] |
Reimplemented from sawyer::Message.
| ostream & sawyer::DataRawCurrent::printMessage | ( | std::ostream & | stream = std::cout | ) | [virtual] |
Reimplemented from sawyer::Message.
Definition at line 887 of file Message_data.cpp.
| static void sawyer::DataRawCurrent::subscribe | ( | uint16_t | freq | ) | [static] |
| static DataRawCurrent* sawyer::DataRawCurrent::waitNext | ( | double | timeout = 0 | ) | [static] |
Reimplemented from sawyer::Message.