#include <DOP.hpp>
Definition at line 59 of file DOP.hpp.
Public Member Functions | |
| bool | isValid (void) |
| Return validity of results. | |
| DOP () throw (InvalidDOP) | |
| Implicit constructor. | |
| virtual int | Compute (const Matrix< double > &covarianceMatrix) throw (InvalidDOP) |
| Compute the DOP values associated with the given Covariance Matrix. | |
| virtual | ~DOP () |
| Destructor. | |
Public Attributes | |
| double | GDOP |
| Geometric Dilution of Precision. | |
| double | PDOP |
| Position Dilution of Precision. | |
| double | TDOP |
| Time Dilution of Precision. | |
Protected Attributes | |
| bool | valid |
|
|
Implicit constructor.
|
|
|
Destructor.
|
|
|
Compute the DOP values associated with the given Covariance Matrix.
Definition at line 44 of file DOP.cpp. References GPSTK_THROW, gpstk::RSS(), and SQRT. |
|
|
Return validity of results.
|
|
|
Geometric Dilution of Precision.
|
|
|
Position Dilution of Precision.
|
|
|
Time Dilution of Precision.
|
|
|
|
1.3.9.1