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