![]()  | 
  
    Ginan
    
   | 
 
Functions | |
| void | outputApriori (ReceiverMap &receiverMap) | 
| void | selectAprioriSource (SatSys &Sat, GTime &time, KFState &kfState, KFState *remote_ptr) | 
| Compare estimated station position with benchmark in SINEX file.   | |
| void | updateAprioriRecPos (Trace &trace, Receiver &rec, ReceiverOptions &recOpts, bool &sppUsed, KFState *remote_ptr) | 
| void | updateAprioriRecClk (Trace &trace, Receiver &rec, ReceiverOptions &recOpts, GTime &time, KFState &kfState, KFState *remote_ptr) | 
| void | selectAprioriSource (Trace &trace, Receiver &rec, GTime &time, bool &sppUsed, KFState &kfState, KFState *remote_ptr) | 
| string | ft2string (E_FType ft) | 
| void | addRejectDetails (const GTime &time, Trace &trace, KFState &kfState, const KFKey &key, const string &action, const string &reason, vector< ArbitraryKVP > details) | 
| void | removeBadAmbiguities (Trace &trace, KFState &kfState, ReceiverMap &receiverMap) | 
| Remove ambiguity states from filter when they deemed old or bad This effectively reinitialises them on the following epoch as a new state, and can be used for simple resolution of cycle-slips.   | |
| void | removeBadSatellites (Trace &trace, KFState &kfState) | 
| void | removeBadReceivers (Trace &trace, KFState &kfState, ReceiverMap &receiverMap) | 
| void | removeBadIonospheres (Trace &trace, KFState &kfState) | 
| Remove ambiguity states from filter when they deemed old or bad This effectively reinitialises them on the following epoch as a new state, and can be used for simple resolution of cycle-slips.   | |
| void | postFilterChecks (const GTime &time, KFState &kfState, KFMeas &kfMeas) | 
| void | outputPppNmea (Trace &trace, KFState &kfState, string id) | 
| double | netResidualAndChainOutputs (Trace &trace, Observation &obs, KFMeasEntry &measEntry) | 
| void addRejectDetails | ( | const GTime & | time, | 
| Trace & | trace, | ||
| KFState & | kfState, | ||
| const KFKey & | key, | ||
| const string & | action, | ||
| const string & | reason, | ||
| vector< ArbitraryKVP > | details ) | 
| string ft2string | ( | E_FType | ft | ) | 
| double netResidualAndChainOutputs | ( | Trace & | trace, | 
| Observation & | obs, | ||
| KFMeasEntry & | measEntry ) | 
| void outputApriori | ( | ReceiverMap & | receiverMap | ) | 
| void removeBadAmbiguities | ( | Trace & | trace, | 
| KFState & | kfState, | ||
| ReceiverMap & | receiverMap ) | 
Remove ambiguity states from filter when they deemed old or bad This effectively reinitialises them on the following epoch as a new state, and can be used for simple resolution of cycle-slips.
| trace | Trace to output to | 
| kfState | Filter to remove states from | 
| receiverMap | List of receivers containing observations for this epoch | 
Remove ambiguity states from filter when they deemed old or bad This effectively reinitialises them on the following epoch as a new state, and can be used for simple resolution of cycle-slips.
| trace | Trace to output to | 
| kfState | Filter to remove states from | 
| void removeBadReceivers | ( | Trace & | trace, | 
| KFState & | kfState, | ||
| ReceiverMap & | receiverMap ) | 
| trace | Trace to output to | 
| kfState | Filter to remove states from | 
| receiverMap | List of receivers containing observations for this epoch | 
| trace | Trace to output to | 
| kfState | Filter to remove states from | 
Compare estimated station position with benchmark in SINEX file.
Output GPGGA or modified GPGGA messages
| void selectAprioriSource | ( | Trace & | trace, | 
| Receiver & | rec, | ||
| GTime & | time, | ||
| bool & | sppUsed, | ||
| KFState & | kfState, | ||
| KFState * | remote_ptr ) | 
| void updateAprioriRecClk | ( | Trace & | trace, | 
| Receiver & | rec, | ||
| ReceiverOptions & | recOpts, | ||
| GTime & | time, | ||
| KFState & | kfState, | ||
| KFState * | remote_ptr ) | 
| void updateAprioriRecPos | ( | Trace & | trace, | 
| Receiver & | rec, | ||
| ReceiverOptions & | recOpts, | ||
| bool & | sppUsed, | ||
| KFState * | remote_ptr ) |