#include <CheckPRData.hpp>
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). | |
|
|
Default constructor.
Definition at line 48 of file CheckPRData.hpp. |
|
||||||||||||
|
Constructor that allows to set the data span values.
Definition at line 52 of file CheckPRData.hpp. References gpstk::max(), and gpstk::min(). |
|
|
Destructor.
Definition at line 81 of file CheckPRData.hpp. |
|
|
Checks that the given pseudorange data is between the limits.
Definition at line 61 of file CheckPRData.hpp. Referenced by ExtractCombinationData::getData(). |
|
|
Get the maximum pseudorange value allowed for data (in meters).
Definition at line 77 of file CheckPRData.hpp. |
|
|
Get the minimum pseudorange value allowed for data (in meters).
Definition at line 71 of file CheckPRData.hpp. |
|
|
Set the maximum pseudorange value allowed for data (in meters).
Definition at line 74 of file CheckPRData.hpp. |
|
|
Set the minimum pseudorange value allowed for data (in meters).
Definition at line 68 of file CheckPRData.hpp. |
|
|
Maximum pseudorange value allowed for input data (in meters).
Definition at line 90 of file CheckPRData.hpp. |
|
|
Minimum pseudorange value allowed for input data (in meters).
Definition at line 87 of file CheckPRData.hpp. |
1.3.9.1