GPSWeekSecond Basic Operations


Detailed Description

Default and Copy Constructors, Assignment Operator and Destructor.


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.


Function Documentation

GPSWeekSecond const CommonTime right  )  throw ( 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 86 of file GPSWeekSecond.hpp.

GPSWeekSecond 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 73 of file GPSWeekSecond.hpp.

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

Copy Constructor.

Parameters:
right a reference to the GPSWeekSecond object to copy

Definition at line 61 of file GPSWeekSecond.hpp.

GPSWeekSecond unsigned int  w = 0,
double  s = 0.
throw () [inline, inherited]
 

Default Constructor.

All elements are initialized to zero.

Definition at line 51 of file GPSWeekSecond.hpp.

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

Assignment Operator.

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

Definition at line 33 of file GPSWeekSecond.cpp.

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

Virtual Destructor.

Definition at line 101 of file GPSWeekSecond.hpp.


Generated on Tue Feb 7 03:31:26 2012 for GPS ToolKit Software Library by  doxygen 1.3.9.1