Functions | |
| gpstk::YDSTime::YDSTime (long y=0, long d=0, double s=0.) throw () | |
| Default Constructor. | |
| gpstk::YDSTime::YDSTime (const YDSTime &right) throw () | |
| Copy Constructor. | |
| gpstk::YDSTime::YDSTime (const TimeTag &right) throw ( InvalidRequest ) | |
| Alternate Copy Constructor. | |
| gpstk::YDSTime::YDSTime (const CommonTime &right) throw () | |
| Alternate Copy Constructor. | |
| YDSTime & | gpstk::YDSTime::operator= (const YDSTime &right) throw () |
| Assignment Operator. | |
| virtual | gpstk::YDSTime::~YDSTime () throw () |
| Virtual Destructor. | |
|
|
Assignment Operator.
Definition at line 32 of file YDSTime.cpp. |
|
|
Alternate Copy Constructor. Takes a const CommonTime reference and copies its contents via the convertFromCommonTime method.
Definition at line 85 of file YDSTime.hpp. |
|
|
Alternate Copy Constructor. Takes a const TimeTag reference and copies its contents via conversion to CommonTime.
Definition at line 72 of file YDSTime.hpp. |
|
|
Copy Constructor.
Definition at line 60 of file YDSTime.hpp. |
|
||||||||||||||||
|
Default Constructor. All elements are set to zero by default. Definition at line 50 of file YDSTime.hpp. |
|
|
Virtual Destructor.
Definition at line 100 of file YDSTime.hpp. |
1.3.9.1