#include <TimeSource.h>
Public Member Functions | |
uint64_t | getTimeSource () const |
string | toString () const |
Static Public Member Functions | |
static vector< const TimeSource * > | values () |
Static Public Attributes | |
static const TimeSource | INTERNAL_CLOCK |
static const TimeSource | IRIG_A_AM |
static const TimeSource | IRIG_A_MANCHESTER |
static const TimeSource | IRIG_A_DC |
static const TimeSource | IRIG_B_AM |
static const TimeSource | IRIG_B_MANCHESTER |
static const TimeSource | IRIG_B_DC |
static const TimeSource | IRIG_D_AM |
static const TimeSource | IRIG_D_MANCHESTER |
static const TimeSource | IRIG_D_DC |
static const TimeSource | IRIG_E_AM |
static const TimeSource | IRIG_E_MANCHESTER |
static const TimeSource | IRIG_E_DC |
static const TimeSource | IRIG_G_AM |
static const TimeSource | IRIG_G_MANCHESTER |
static const TimeSource | IRIG_G_DC |
static const TimeSource | IRIG_H_AM |
static const TimeSource | IRIG_H_MANCHESTER |
static const TimeSource | IRIG_H_DC |
static const TimeSource | GPS |
Definition at line 28 of file TimeSource.h.
uint64_t annotatorcomm::TimeSource::getTimeSource | ( | ) | const |
Get the time source constant.
string annotatorcomm::TimeSource::toString | ( | ) | const |
Get the string representation of the time source.
static vector<const TimeSource*> annotatorcomm::TimeSource::values | ( | ) | [static] |
Get all time sources.