CommonTime Basic Operations


Detailed Description

Default and Copy Constructors, Assignment Operator and Destructor.


Functions

 gpstk::CommonTime::CommonTime (long day=0, long sod=0, double fsod=0.0) throw ( gpstk::InvalidParameter )
 Default Constructor.
 gpstk::CommonTime::CommonTime (long day, double sod) throw ( gpstk::InvalidParameter )
 Constructor that accepts days and second of day.
 gpstk::CommonTime::CommonTime (double day) throw ( gpstk::InvalidParameter )
 Constructor that accepts days only.
 gpstk::CommonTime::CommonTime (const CommonTime &right) throw ()
 Copy Constructor.
CommonTime & gpstk::CommonTime::operator= (const CommonTime &right) throw ()
 Assignment Operator.
virtual gpstk::CommonTime::~CommonTime () throw ()
 Destructor.


Function Documentation

CommonTime const CommonTime right  )  throw () [inherited]
 

Copy Constructor.

Parameters:
right a const reference to the CommonTime object to copy.

Definition at line 48 of file CommonTime.cpp.

CommonTime double  day  )  throw ( gpstk::InvalidParameter ) [inline, inherited]
 

Constructor that accepts days only.

All elements default to zero.

Definition at line 106 of file CommonTime.hpp.

CommonTime long  day,
double  sod
throw ( gpstk::InvalidParameter ) [inline, inherited]
 

Constructor that accepts days and second of day.

All elements default to zero.

Definition at line 97 of file CommonTime.hpp.

CommonTime long  day = 0,
long  sod = 0,
double  fsod = 0.0
throw ( gpstk::InvalidParameter ) [inline, inherited]
 

Default Constructor.

All elements default to zero.

See also:
CommonTime::set()

Definition at line 87 of file CommonTime.hpp.

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

Assignment Operator.

Parameters:
right a const reference to the CommonTime object to copy.
Returns:
a reference to this CommonTime object.

Definition at line 53 of file CommonTime.cpp.

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

Destructor.

Definition at line 126 of file CommonTime.hpp.


Generated on Thu Jul 29 03:31:53 2010 for GPS ToolKit Software Library by  doxygen 1.3.9.1