Class Index | Cross Index | Namespace Index |
Contained in: General
Derived from:
none
Derived by:
none
#include "general/gpstime.hh"
public function member index: |
|||
GPSTime | (); | ||
GPSTime | (const unsigned int seconds, const unsigned int nanoseconds, unit_type Units = DEFAULT_TIME_UNIT_TYPE); | ||
GPSTime | (const GPSTime&); | ||
~GPSTime | (); | ||
INT_2U | GetLeapSeconds | () const; | |
INT_4U | GetNanoseconds | () const; | |
INT_4U | GetSeconds | () const; | |
REAL_8 | GetTime | () const; | |
void | Now | (); | Sets the object to the current GPS time. |
static GPSTime | NowGPSTime | (); | Returns the time "now" as a GPSTime |
inline INT_4U | getNSec | () const; | |
inline INT_4U | getSec | () const; | |
GPSTime& | operator += | (const double&); | |
GPSTime& | operator -= | (const double&); | |
GPSTime& | operator = | (const GPSTime&); | |
protected function member index: |
|||
static GPSTime | now | (); | Returns the time "now" as a GPSTime |
Return value:
GPSTimethe current time, in GPSTime form
Helper function to make it compatable with Time class of framecpp
Helper function to make it compatable with Time class of framecpp
Return value:
GPSTimethe current time, in GPSTime form