#include <SimpleIURAWeight.hpp>
Inheritance diagram for SimpleIURAWeight:


Definition at line 63 of file SimpleIURAWeight.hpp.
Public Member Functions | |
| SimpleIURAWeight (void) | |
| Empty constructor. | |
| virtual int | getWeights (CommonTime &time, Vector< SatID > &Satellites, GPSEphemerisStore &bcEph) throw (InvalidWeights) |
| Compute and return a vector with the weights for the given SVs. | |
| virtual int | getWeights (CommonTime &time, Vector< SatID > &Satellites, TabularSatStore< Xvt > &preciseEph) throw (InvalidWeights) |
| Compute and return a vector with the weights for the given SVs. | |
| virtual bool | isValid (void) |
| Return validity of weights. | |
Public Attributes | |
| Vector< double > | weightsVector |
| Vector of weights for these satellites. | |
| Vector< SatID > | availableSV |
| Vector with the PRN of satellites with weights available for computing. | |
| Vector< SatID > | rejectedSV |
| Vector with the PRN of satellites rejected or with no proper weights. | |
|
|
Empty constructor.
Definition at line 68 of file SimpleIURAWeight.hpp. |
|
||||||||||||||||
|
Compute and return a vector with the weights for the given SVs.
Definition at line 117 of file SimpleIURAWeight.cpp. References GPSTK_THROW. |
|
||||||||||||||||
|
Compute and return a vector with the weights for the given SVs.
Definition at line 50 of file SimpleIURAWeight.cpp. References EngEphemeris::getAccFlag(), GPSTK_THROW, and gpstk::ura2nominalAccuracy(). Referenced by MOPSWeight::getWeights(). |
|
|
Return validity of weights.
Definition at line 123 of file SimpleIURAWeight.hpp. |
|
|
Vector with the PRN of satellites with weights available for computing.
Definition at line 117 of file SimpleIURAWeight.hpp. |
|
|
Vector with the PRN of satellites rejected or with no proper weights.
Definition at line 120 of file SimpleIURAWeight.hpp. |
|
|
Vector of weights for these satellites.
Definition at line 114 of file SimpleIURAWeight.hpp. |
1.3.9.1