Functions | |
| gpstk::ANSITime::ANSITime (time_t t=0, TimeSystem ts=TimeSystem::Unknown) throw () | |
| Default Constructor. | |
| gpstk::ANSITime::ANSITime (const ANSITime &right) throw () | |
| Copy Constructor. | |
| gpstk::ANSITime::ANSITime (const TimeTag &right) throw ( gpstk::InvalidRequest ) | |
| Alternate Copy Constructor. | |
| gpstk::ANSITime::ANSITime (const CommonTime &right) throw ( gpstk::InvalidRequest ) | |
| Alternate Copy Constructor. | |
| ANSITime & | gpstk::ANSITime::operator= (const ANSITime &right) throw () |
| Assignment Operator. | |
| virtual | gpstk::ANSITime::~ANSITime () throw () |
| Virtual Destructor. | |
| gpstk::UnixTime::UnixTime (int sec=0, int usec=0, TimeSystem ts=TimeSystem::Unknown) throw () | |
| Default Constructor. | |
| gpstk::UnixTime::UnixTime (struct timeval t, TimeSystem ts=TimeSystem::Unknown) throw () | |
| struct timeval Constructor. | |
| gpstk::UnixTime::UnixTime (const UnixTime &right) throw () | |
| Copy Constructor. | |
| gpstk::UnixTime::UnixTime (const TimeTag &right) throw ( gpstk::InvalidRequest ) | |
| Alternate Copy Constructor. | |
| gpstk::UnixTime::UnixTime (const CommonTime &right) throw ( gpstk::InvalidRequest ) | |
| Alternate Copy Constructor. | |
| UnixTime & | gpstk::UnixTime::operator= (const UnixTime &right) throw () |
| Assignment Operator. | |
| virtual | gpstk::UnixTime::~UnixTime () throw () |
| Virtual Destructor. | |
|
|
Alternate Copy Constructor. Takes a const CommonTime reference and copies its contents via the convertFromCommonTime method.
Definition at line 101 of file ANSITime.hpp. |
|
|
Alternate Copy Constructor. Takes a const TimeTag reference and copies its contents via conversion to CommonTime.
Definition at line 88 of file ANSITime.hpp. |
|
|
Copy Constructor.
Definition at line 76 of file ANSITime.hpp. |
|
||||||||||||
|
Default Constructor. All elements are initialized to zero. Definition at line 66 of file ANSITime.hpp. |
|
|
Assignment Operator.
Definition at line 46 of file UnixTime.cpp. |
|
|
Assignment Operator.
Definition at line 47 of file ANSITime.cpp. |
|
|
Alternate Copy Constructor. Takes a const CommonTime reference and copies its contents via the convertFromCommonTime method.
Definition at line 124 of file UnixTime.hpp. |
|
|
Alternate Copy Constructor. Takes a const TimeTag reference and copies its contents via conversion to CommonTime.
Definition at line 111 of file UnixTime.hpp. |
|
|
Copy Constructor.
Definition at line 99 of file UnixTime.hpp. |
|
||||||||||||
|
struct timeval Constructor. Sets time according to the given struct timeval. Definition at line 88 of file UnixTime.hpp. |
|
||||||||||||||||
|
Default Constructor. All elements are initialized to zero. Definition at line 79 of file UnixTime.hpp. |
|
|
Virtual Destructor.
Definition at line 116 of file ANSITime.hpp. |
|
|
Virtual Destructor.
Definition at line 139 of file UnixTime.hpp. |
1.3.9.1