#include <Message_data.h>
Public Member Functions | |
DataPlatformInfo (void *input, size_t msg_len) | |
DataPlatformInfo (const DataPlatformInfo &other) | |
std::string | getModel () |
uint8_t | getRevision () |
uint32_t | getSerial () |
virtual std::ostream & | printMessage (std::ostream &stream=std::cout) |
Static Public Member Functions | |
static enum MessageTypes | getTypeID () |
static DataPlatformInfo * | getUpdate (double timeout=0) |
static DataPlatformInfo * | popNext () |
static void | subscribe (uint16_t freq) |
static DataPlatformInfo * | waitNext (double timeout=0) |
Private Member Functions | |
uint8_t | strlenModel () |
Definition at line 501 of file Message_data.h.
sawyer::DataPlatformInfo::DataPlatformInfo | ( | void * | input, |
size_t | msg_len | ||
) |
sawyer::DataPlatformInfo::DataPlatformInfo | ( | const DataPlatformInfo & | other | ) |
Definition at line 469 of file Message_data.cpp.
uint8_t sawyer::DataPlatformInfo::getRevision | ( | ) |
Definition at line 480 of file Message_data.cpp.
uint32_t sawyer::DataPlatformInfo::getSerial | ( | ) |
Definition at line 486 of file Message_data.cpp.
static enum MessageTypes sawyer::DataPlatformInfo::getTypeID | ( | ) | [static] |
static DataPlatformInfo* sawyer::DataPlatformInfo::getUpdate | ( | double | timeout = 0 | ) | [static] |
static DataPlatformInfo* sawyer::DataPlatformInfo::popNext | ( | ) | [static] |
Reimplemented from sawyer::Message.
std::ostream & sawyer::DataPlatformInfo::printMessage | ( | std::ostream & | stream = std::cout | ) | [virtual] |
Reimplemented from sawyer::Message.
Definition at line 492 of file Message_data.cpp.
uint8_t sawyer::DataPlatformInfo::strlenModel | ( | ) | [private] |
static void sawyer::DataPlatformInfo::subscribe | ( | uint16_t | freq | ) | [static] |
static DataPlatformInfo* sawyer::DataPlatformInfo::waitNext | ( | double | timeout = 0 | ) | [static] |
Reimplemented from sawyer::Message.