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


Definition at line 46 of file ExtractCombinationData.hpp.
Public Member Functions | |
| ExtractCombinationData () throw (InvalidData) | |
| Default constructor. | |
| virtual int | getData (const RinexObsData &rinexData, RinexObsHeader::RinexObsType typeObs1, RinexObsHeader::RinexObsType typeObs2) throw (InvalidData) |
| Pull out the combination of observations from a RinexObsData object. | |
| virtual | ~ExtractCombinationData () |
| Destructor. | |
Protected Member Functions | |
| virtual double | getCombination (double obs1, double obs2)=0 throw (InvalidData) |
| Compute the combination of observables. You must define this method according to your specific combination. | |
|
|
Default constructor.
Definition at line 51 of file ExtractCombinationData.hpp. |
|
|
Destructor.
Definition at line 135 of file ExtractCombinationData.hpp. |
|
||||||||||||
|
Compute the combination of observables. You must define this method according to your specific combination.
|
|
||||||||||||||||
|
Pull out the combination of observations from a RinexObsData object.
Definition at line 66 of file ExtractCombinationData.hpp. References CheckPRData::check(), and GPSTK_THROW. |
1.3.9.1