#include <TimeSourceLockStatus.h>
Public Member Functions | |
int | getLockStatus () const |
string | toString () const |
TimeSourceLockStatus | operator= (TimeSourceLockStatus const &rvalue) const |
Static Public Member Functions | |
static vector< TimeSourceLockStatus > | values () |
Static Public Attributes | |
static const TimeSourceLockStatus | LOCKED |
static const TimeSourceLockStatus | FAILED |
static const TimeSourceLockStatus | LOCKING |
Definition at line 28 of file TimeSourceLockStatus.h.
int AnnotatorComm::TimeSourceLockStatus::getLockStatus | ( | ) | const |
Get the lock status.
TimeSourceLockStatus AnnotatorComm::TimeSourceLockStatus::operator= | ( | TimeSourceLockStatus const & | rvalue | ) | const |
Overload assignment operator.
rvalue | right hand side |
string AnnotatorComm::TimeSourceLockStatus::toString | ( | ) | const |
Get the string form of the lock status.
static vector<TimeSourceLockStatus> AnnotatorComm::TimeSourceLockStatus::values | ( | ) | [static] |
Get all status.