Functions | |
| gpstk::JulianDate::JulianDate (long double j=0.) throw () | |
| Default Constructor. | |
| gpstk::JulianDate::JulianDate (const JulianDate &right) throw () | |
| Copy Constructor. | |
| gpstk::JulianDate::JulianDate (const TimeTag &right) throw ( gpstk::InvalidRequest ) | |
| Alternate Copy Constructor. | |
| gpstk::JulianDate::JulianDate (const CommonTime &right) throw ( ) | |
| Alternate Copy Constructor. | |
| JulianDate & | gpstk::JulianDate::operator= (const JulianDate &right) throw () |
| Assignment Operator. | |
| virtual | gpstk::JulianDate::~JulianDate () throw () |
| Virtual Destructor. | |
|
|
Alternate Copy Constructor. Takes a const CommonTime reference and copies its contents via the convertFromCommonTime method.
Definition at line 83 of file JulianDate.hpp. |
|
|
Alternate Copy Constructor. Takes a const TimeTag reference and copies its contents via conversion to CommonTime.
Definition at line 70 of file JulianDate.hpp. |
|
|
Copy Constructor.
Definition at line 58 of file JulianDate.hpp. |
|
|
Default Constructor. All elements are initialized to zero. Definition at line 49 of file JulianDate.hpp. |
|
|
Assignment Operator.
Definition at line 32 of file JulianDate.cpp. |
|
|
Virtual Destructor.
Definition at line 98 of file JulianDate.hpp. |
1.3.9.1