GPSWeekZcount Basic Operations


Detailed Description

Default and Copy Constructors, Assignment Operator and Destructor.


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.


Function Documentation

GPSWeekZcount const CommonTime right  )  throw ( gpstk::InvalidRequest ) [inline, inherited]
 

Alternate Copy Constructor.

Takes a const CommonTime reference and copies its contents via the convertFromCommonTime method.

Parameters:
right a const reference to the CommonTime object to copy
Exceptions:
InvalidRequest on over-/under-flow

Definition at line 105 of file GPSWeekZcount.hpp.

GPSWeekZcount const TimeTag right  )  throw ( gpstk::InvalidRequest ) [inline, inherited]
 

Alternate Copy Constructor.

Takes a const TimeTag reference and copies its contents via conversion to CommonTime.

Parameters:
right a const reference to the BasicTime object to copy
Exceptions:
InvalidRequest on over-/under-flow

Definition at line 92 of file GPSWeekZcount.hpp.

GPSWeekZcount const GPSWeekZcount right  )  throw () [inline, inherited]
 

Copy Constructor.

Parameters:
right a reference to the GPSWeekZcount object to copy

Definition at line 80 of file GPSWeekZcount.hpp.

GPSWeekZcount int  w = 0,
int  z = 0,
TimeSystem  ts = TimeSystem::Unknown
throw () [inline, inherited]
 

Default Constructor.

All elements are initialized to zero.

Definition at line 69 of file GPSWeekZcount.hpp.

GPSWeekZcount & operator= const GPSWeekZcount right  )  throw () [inherited]
 

Assignment Operator.

Parameters:
right a const reference to the GPSWeekZcount to copy
Returns:
a reference to this GPSWeekZcount

Definition at line 47 of file GPSWeekZcount.cpp.

virtual ~GPSWeekZcount  )  throw () [inline, virtual, inherited]
 

Virtual Destructor.

Definition at line 120 of file GPSWeekZcount.hpp.


Generated on Fri May 17 03:31:39 2013 for GPS ToolKit Software Library by  doxygen 1.3.9.1