Functions | |
| gpstk::ANSITime::ANSITime (time_t t=0) 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 ( 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) throw () | |
| Default Constructor. | |
| gpstk::UnixTime::UnixTime (struct timeval t) 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 ( 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 87 of file ANSITime.hpp. |
|
|
Alternate Copy Constructor. Takes a const TimeTag reference and copies its contents via conversion to CommonTime.
Definition at line 74 of file ANSITime.hpp. |
|
|
Copy Constructor.
Definition at line 62 of file ANSITime.hpp. |
|
|
Default Constructor. All elements are initialized to zero. Definition at line 52 of file ANSITime.hpp. |
|
|
Assignment Operator.
Definition at line 32 of file UnixTime.cpp. |
|
|
Assignment Operator.
Definition at line 32 of file ANSITime.cpp. |
|
|
Alternate Copy Constructor. Takes a const CommonTime reference and copies its contents via the convertFromCommonTime method.
Definition at line 106 of file UnixTime.hpp. |
|
|
Alternate Copy Constructor. Takes a const TimeTag reference and copies its contents via conversion to CommonTime.
Definition at line 93 of file UnixTime.hpp. |
|
|
Copy Constructor.
Definition at line 81 of file UnixTime.hpp. |
|
|
struct timeval Constructor. Sets time according to the given struct timeval. Definition at line 71 of file UnixTime.hpp. |
|
||||||||||||
|
Default Constructor. All elements are initialized to zero. Definition at line 61 of file UnixTime.hpp. |
|
|
Virtual Destructor.
Definition at line 102 of file ANSITime.hpp. |
|
|
Virtual Destructor.
Definition at line 121 of file UnixTime.hpp. |
1.3.9.1