Functions | |
| gpstk::GPSWeekZcount::GPSWeekZcount (int w=0, int z=0) throw () | |
| Default Constructor. | |
| gpstk::GPSWeekZcount::GPSWeekZcount (const GPSWeekZcount &right) throw () | |
| Copy Constructor. | |
| gpstk::GPSWeekZcount::GPSWeekZcount (const TimeTag &right) throw ( gpstk::InvalidRequest ) | |
| Alternate Copy Constructor. | |
| gpstk::GPSWeekZcount::GPSWeekZcount (const CommonTime &right) throw ( InvalidRequest ) | |
| Alternate Copy Constructor. | |
| GPSWeekZcount & | gpstk::GPSWeekZcount::operator= (const GPSWeekZcount &right) throw () |
| Assignment Operator. | |
| virtual | gpstk::GPSWeekZcount::~GPSWeekZcount () throw () |
| Virtual Destructor. | |
|
|
Alternate Copy Constructor. Takes a const CommonTime reference and copies its contents via the convertFromCommonTime method.
Definition at line 89 of file GPSWeekZcount.hpp. |
|
|
Alternate Copy Constructor. Takes a const TimeTag reference and copies its contents via conversion to CommonTime.
Definition at line 76 of file GPSWeekZcount.hpp. |
|
|
Copy Constructor.
Definition at line 64 of file GPSWeekZcount.hpp. |
|
||||||||||||
|
Default Constructor. All elements are initialized to zero. Definition at line 54 of file GPSWeekZcount.hpp. |
|
|
Assignment Operator.
Definition at line 33 of file GPSWeekZcount.cpp. |
|
|
Virtual Destructor.
Definition at line 104 of file GPSWeekZcount.hpp. |
1.3.9.1