Functions | |
| gpstk::CommonTime::CommonTime (long day=0, long sod=0, double fsod=0.0) throw ( gpstk::InvalidParameter ) | |
| Default Constructor. | |
| gpstk::CommonTime::CommonTime (long day, double sod) throw ( gpstk::InvalidParameter ) | |
| Constructor that accepts days and second of day. | |
| gpstk::CommonTime::CommonTime (double day) throw ( gpstk::InvalidParameter ) | |
| Constructor that accepts days only. | |
| gpstk::CommonTime::CommonTime (const CommonTime &right) throw () | |
| Copy Constructor. | |
| CommonTime & | gpstk::CommonTime::operator= (const CommonTime &right) throw () |
| Assignment Operator. | |
| virtual | gpstk::CommonTime::~CommonTime () throw () |
| Destructor. | |
|
|
Copy Constructor.
Definition at line 48 of file CommonTime.cpp. |
|
|
Constructor that accepts days only. All elements default to zero. Definition at line 106 of file CommonTime.hpp. |
|
||||||||||||
|
Constructor that accepts days and second of day. All elements default to zero. Definition at line 97 of file CommonTime.hpp. |
|
||||||||||||||||
|
Default Constructor. All elements default to zero.
Definition at line 87 of file CommonTime.hpp. |
|
|
Assignment Operator.
Definition at line 53 of file CommonTime.cpp. |
|
|
Destructor.
Definition at line 126 of file CommonTime.hpp. |
1.3.9.1