Functions | |
| gpstk::GPSWeekSecond::GPSWeekSecond (unsigned int w=0, double s=0.) throw () | |
| Default Constructor. | |
| gpstk::GPSWeekSecond::GPSWeekSecond (const GPSWeekSecond &right) throw () | |
| Copy Constructor. | |
| gpstk::GPSWeekSecond::GPSWeekSecond (const TimeTag &right) throw ( gpstk::InvalidRequest ) | |
| Alternate Copy Constructor. | |
| gpstk::GPSWeekSecond::GPSWeekSecond (const CommonTime &right) throw ( InvalidRequest ) | |
| Alternate Copy Constructor. | |
| GPSWeekSecond & | gpstk::GPSWeekSecond::operator= (const GPSWeekSecond &right) throw () |
| Assignment Operator. | |
| virtual | gpstk::GPSWeekSecond::~GPSWeekSecond () throw () |
| Virtual Destructor. | |
|
|
Alternate Copy Constructor. Takes a const CommonTime reference and copies its contents via the convertFromCommonTime method.
Definition at line 86 of file GPSWeekSecond.hpp. |
|
|
Alternate Copy Constructor. Takes a const TimeTag reference and copies its contents via conversion to CommonTime.
Definition at line 73 of file GPSWeekSecond.hpp. |
|
|
Copy Constructor.
Definition at line 61 of file GPSWeekSecond.hpp. |
|
||||||||||||
|
Default Constructor. All elements are initialized to zero. Definition at line 51 of file GPSWeekSecond.hpp. |
|
|
Assignment Operator.
Definition at line 33 of file GPSWeekSecond.cpp. |
|
|
Virtual Destructor.
Definition at line 101 of file GPSWeekSecond.hpp. |
1.3.9.1