Public Member Functions | |
TimestampDestination | operator= (TimestampDestination const &rvalue) |
uint8_t | getDestination () const |
string | getName () const |
Static Public Member Functions | |
static vector< TimestampDestination > | values () |
Static Public Attributes | |
static const TimestampDestination | RAM |
static const TimestampDestination | FLASH |
static const TimestampDestination | COMM |
Definition at line 28 of file TimestampDestination.h.
uint8_t AnnotatorComm::AnnotatorJr::TimestampDestination::getDestination | ( | ) | const |
Get the destination constant.
string AnnotatorComm::AnnotatorJr::TimestampDestination::getName | ( | ) | const |
Get the destination name.
TimestampDestination AnnotatorComm::AnnotatorJr::TimestampDestination::operator= | ( | TimestampDestination const & | rvalue | ) |
Overload assignment operator.
rvalue | right hand side |
static vector<TimestampDestination> AnnotatorComm::AnnotatorJr::TimestampDestination::values | ( | ) | [static] |