#include <Message_data.h>
Public Member Functions | |
DataSafetySystemStatus (void *input, size_t msg_len) | |
DataSafetySystemStatus (const DataSafetySystemStatus &other) | |
uint16_t | getFlags () |
virtual std::ostream & | printMessage (std::ostream &stream=std::cout) |
Static Public Member Functions | |
static enum MessageTypes | getTypeID () |
static DataSafetySystemStatus * | getUpdate (double timeout=0) |
static DataSafetySystemStatus * | popNext () |
static void | subscribe (uint16_t freq) |
static DataSafetySystemStatus * | waitNext (double timeout=0) |
Definition at line 1063 of file Message_data.h.
sawyer::DataSafetySystemStatus::DataSafetySystemStatus | ( | void * | input, |
size_t | msg_len | ||
) |
uint16_t sawyer::DataSafetySystemStatus::getFlags | ( | ) |
Reimplemented from sawyer::Message.
Definition at line 1059 of file Message_data.cpp.
static enum MessageTypes sawyer::DataSafetySystemStatus::getTypeID | ( | ) | [static] |
static DataSafetySystemStatus* sawyer::DataSafetySystemStatus::getUpdate | ( | double | timeout = 0 | ) | [static] |
static DataSafetySystemStatus* sawyer::DataSafetySystemStatus::popNext | ( | ) | [static] |
Reimplemented from sawyer::Message.
ostream & sawyer::DataSafetySystemStatus::printMessage | ( | std::ostream & | stream = std::cout | ) | [virtual] |
Reimplemented from sawyer::Message.
Definition at line 1064 of file Message_data.cpp.
static void sawyer::DataSafetySystemStatus::subscribe | ( | uint16_t | freq | ) | [static] |
static DataSafetySystemStatus* sawyer::DataSafetySystemStatus::waitNext | ( | double | timeout = 0 | ) | [static] |
Reimplemented from sawyer::Message.