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


Definition at line 47 of file ExtractLC.hpp.
Public Member Functions | |
| ExtractLC () throw (InvalidData) | |
| Default constructor. | |
| virtual int | getData (const RinexObsData &rinexData) throw (InvalidData) |
| Compute the LC observation from a RinexObsData object (in meters). | |
| virtual | ~ExtractLC () |
| Destructor. | |
Protected Member Functions | |
| virtual double | getCombination (double obs1, double obs2) throw (InvalidData) |
| Compute the combination of observables. You must define this method according to your specific combination. | |
|
|
Default constructor.
Definition at line 52 of file ExtractLC.hpp. |
|
|
Destructor.
Definition at line 72 of file ExtractLC.hpp. |
|
||||||||||||
|
Compute the combination of observables. You must define this method according to your specific combination.
Implements ExtractCombinationData. Definition at line 77 of file ExtractLC.hpp. References gpstk::GAMMA_GPS, and gpstk::L1_WAVELENGTH. |
|
|
Compute the LC observation from a RinexObsData object (in meters).
Definition at line 65 of file ExtractLC.hpp. |
1.3.9.1