CommonTime Basic Operations


Detailed Description

Default and Copy Constructors, Assignment Operator and Destructor.


Functions

 gpstk::CommonTime::CommonTime (TimeSystem timeSystem=TimeSystem::Unknown) throw ( InvalidParameter )
 Default Constructor.
 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 67 of file CommonTime.cpp.

CommonTime TimeSystem  timeSystem = TimeSystem::Unknown  )  throw ( InvalidParameter ) [inline, explicit, inherited]
 

Default Constructor.

All numerical elements default to zero, "Unknown" for time frame.

See also:
CommonTime::set()

Definition at line 106 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 73 of file CommonTime.cpp.

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

Destructor.

Definition at line 126 of file CommonTime.hpp.


Generated on Sat May 18 03:31:34 2013 for GPS ToolKit Software Library by  doxygen 1.3.9.1