My Project
|
#include <Share.h>
Public Member Functions | |
ExpstubClock () | |
~ExpstubClock () | |
void | setClock (unsigned long mjd, unsigned long sec, unsigned long nanoSeconds) |
void | setClock (gcp::util::TimeVal &time) |
void | setClock () |
double | getUtc () |
The following structure is used by the SZA UTC clock.
gcp::antenna::control::SpecificShare::ExpstubClock::ExpstubClock | ( | ) |
Constructor.
gcp::antenna::control::SpecificShare::ExpstubClock::~ExpstubClock | ( | ) |
Destructor.
Exception |
double gcp::antenna::control::SpecificShare::ExpstubClock::getUtc | ( | ) |
Get the current UTC as a Modified Julian Date.
Exception |
void gcp::antenna::control::SpecificShare::ExpstubClock::setClock | ( | unsigned long | mjd, |
unsigned long | sec, | ||
unsigned long | nanoSeconds | ||
) |
Set the current time.
Exception |
void gcp::antenna::control::SpecificShare::ExpstubClock::setClock | ( | gcp::util::TimeVal & | time | ) |
Set the current time via a TimeVal ref.
Exception |
void gcp::antenna::control::SpecificShare::ExpstubClock::setClock | ( | ) |
Fill the internal time representation with the current time.
Exception |