CheckPRData Class Reference
[RINEX observation files]

#include <CheckPRData.hpp>

List of all members.


Detailed Description

This class checks that pseudorange data is between reasonable values.

Definition at line 43 of file CheckPRData.hpp.

Public Member Functions

 CheckPRData ()
 Default constructor.
 CheckPRData (const double &min, const double &max)
 Constructor that allows to set the data span values.
virtual bool check (const double &prange) const
 Checks that the given pseudorange data is between the limits.
virtual void setMinPRange (const double &minPR)
 Set the minimum pseudorange value allowed for data (in meters).
virtual double getMinPRange (void) const
 Get the minimum pseudorange value allowed for data (in meters).
virtual void setMaxPRange (const double &maxPR)
 Set the maximum pseudorange value allowed for data (in meters).
virtual double getMaxPRange (void) const
 Get the maximum pseudorange value allowed for data (in meters).
virtual ~CheckPRData ()
 Destructor.

Protected Attributes

double minPRange
 Minimum pseudorange value allowed for input data (in meters).
double maxPRange
 Maximum pseudorange value allowed for input data (in meters).


Constructor & Destructor Documentation

CheckPRData  )  [inline]
 

Default constructor.

Definition at line 48 of file CheckPRData.hpp.

CheckPRData const double &  min,
const double &  max
[inline]
 

Constructor that allows to set the data span values.

Definition at line 52 of file CheckPRData.hpp.

References gpstk::max(), and gpstk::min().

virtual ~CheckPRData  )  [inline, virtual]
 

Destructor.

Definition at line 81 of file CheckPRData.hpp.


Member Function Documentation

virtual bool check const double &  prange  )  const [inline, virtual]
 

Checks that the given pseudorange data is between the limits.

Parameters:
prange The pseudorange data to be tested
Returns:
True if check was OK.

Definition at line 61 of file CheckPRData.hpp.

Referenced by ExtractCombinationData::getData().

virtual double getMaxPRange void   )  const [inline, virtual]
 

Get the maximum pseudorange value allowed for data (in meters).

Definition at line 77 of file CheckPRData.hpp.

virtual double getMinPRange void   )  const [inline, virtual]
 

Get the minimum pseudorange value allowed for data (in meters).

Definition at line 71 of file CheckPRData.hpp.

virtual void setMaxPRange const double &  maxPR  )  [inline, virtual]
 

Set the maximum pseudorange value allowed for data (in meters).

Definition at line 74 of file CheckPRData.hpp.

virtual void setMinPRange const double &  minPR  )  [inline, virtual]
 

Set the minimum pseudorange value allowed for data (in meters).

Definition at line 68 of file CheckPRData.hpp.


Member Data Documentation

double maxPRange [protected]
 

Maximum pseudorange value allowed for input data (in meters).

Definition at line 90 of file CheckPRData.hpp.

double minPRange [protected]
 

Minimum pseudorange value allowed for input data (in meters).

Definition at line 87 of file CheckPRData.hpp.


The documentation for this class was generated from the following file:
Generated on Fri Feb 3 03:31:37 2012 for GPS ToolKit Software Library by  doxygen 1.3.9.1