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


All observations are in meters.
Definition at line 54 of file ComputeCombination.hpp.
Public Member Functions | |
| ComputeCombination () | |
| Default constructor. | |
| virtual satTypeValueMap & | Process (satTypeValueMap &gData) throw (ProcessingException) |
| Returns a satTypeValueMap object, adding the new data generated when calling this object. | |
| virtual gnssSatTypeValue & | Process (gnssSatTypeValue &gData) throw (ProcessingException) |
| Returns a gnnsSatTypeValue object, adding the new data generated when calling this object. | |
| virtual gnssRinex & | Process (gnssRinex &gData) throw (ProcessingException) |
| Returns a gnnsRinex object, adding the new data generated when calling this object. | |
| virtual std::string | getClassName (void) const |
| Returns a string identifying this object. | |
| virtual | ~ComputeCombination () |
| Destructor. | |
Protected Member Functions | |
| virtual double | getCombination (const double &obs1, const double &obs2)=0 |
| Compute the combination of observables. | |
Protected Attributes | |
| TypeID | type1 |
| Type of observation to be combined. Nro 1. | |
| TypeID | type2 |
| Type of observation to be combined. Nro 2. | |
| TypeID | resultType |
| Type assigned to the resulting combination. | |
|
|
Default constructor.
Definition at line 59 of file ComputeCombination.hpp. |
|
|
Destructor.
Definition at line 96 of file ComputeCombination.hpp. |
|
|
Returns a string identifying this object.
Implements ProcessingClass. Reimplemented in ComputeLC, ComputeLdelta, ComputeLI, ComputeMelbourneWubbena, ComputePC, ComputePdelta, and ComputePI. Definition at line 39 of file ComputeCombination.cpp. |
|
||||||||||||
|
Compute the combination of observables. You must define this method according to your specific combination. Implemented in ComputeLC, ComputeLdelta, ComputeLI, ComputeMelbourneWubbena, ComputePC, ComputePdelta, and ComputePI. |
|
|
Returns a gnnsRinex object, adding the new data generated when calling this object.
Implements ProcessingClass. Definition at line 86 of file ComputeCombination.hpp. |
|
|
Returns a gnnsSatTypeValue object, adding the new data generated when calling this object.
Implements ProcessingClass. Definition at line 76 of file ComputeCombination.hpp. |
|
|
Returns a satTypeValueMap object, adding the new data generated when calling this object.
Reimplemented in ComputeLC, ComputeLdelta, ComputeLI, ComputeMelbourneWubbena, ComputePC, ComputePdelta, and ComputePI. Definition at line 49 of file ComputeCombination.cpp. References GPSTK_THROW, and gpstk::SatIDSet. |
|
|
Type assigned to the resulting combination.
Definition at line 114 of file ComputeCombination.hpp. |
|
|
Type of observation to be combined. Nro 1.
Definition at line 108 of file ComputeCombination.hpp. |
|
|
Type of observation to be combined. Nro 2.
Definition at line 111 of file ComputeCombination.hpp. |
1.3.9.1