Functions | |
| gpstk::GPSWeekZcount::GPSWeekZcount (int w=0, int z=0, TimeSystem ts=TimeSystem::Unknown) 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 ( gpstk::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 105 of file GPSWeekZcount.hpp. |
|
|
Alternate Copy Constructor. Takes a const TimeTag reference and copies its contents via conversion to CommonTime.
Definition at line 92 of file GPSWeekZcount.hpp. |
|
|
Copy Constructor.
Definition at line 80 of file GPSWeekZcount.hpp. |
|
||||||||||||||||
|
Default Constructor. All elements are initialized to zero. Definition at line 69 of file GPSWeekZcount.hpp. |
|
|
Assignment Operator.
Definition at line 47 of file GPSWeekZcount.cpp. |
|
|
Virtual Destructor.
Definition at line 120 of file GPSWeekZcount.hpp. |
1.3.9.1