Ginan
Loading...
Searching...
No Matches
ppp_callbacks.cpp File Reference

Functions

bool deweightMeas (RejectCallbackDetails rejectDetails)
 Deweight worst measurement.
 
bool pseudoMeasTest (RejectCallbackDetails rejectDetails)
 Call state rejection functions when a measurement is a pseudo observation.
 
bool deweightStationMeas (RejectCallbackDetails rejectDetails)
 Deweight measurement and its relatives.
 
bool incrementPhaseSignalError (RejectCallbackDetails rejectDetails)
 Count worst measurement.
 
bool incrementReceiverErrors (RejectCallbackDetails rejectDetails)
 Count all errors on receiver.
 
bool incrementSatelliteErrors (RejectCallbackDetails rejectDetails)
 Count all errors on satellite.
 
bool incrementStateErrors (RejectCallbackDetails rejectDetails)
 Count all errors on an individual state.
 
void resetPhaseSignalError (const GTime &time, KFMeas &kfMeas, int index)
 
void resetIonoSignalOutage (const GTime &time, KFMeas &kfMeas, int index)
 
bool rejectWorstMeasByState (RejectCallbackDetails rejectDetails)
 Reject worst measurement attached to worst state using measurement reject callback list.
 
bool rejectAllMeasByState (RejectCallbackDetails rejectDetails)
 Reject all measurements attached to worst state using measurement reject callback list.
 
bool satelliteGlitchReaction (RejectCallbackDetails rejectDetails)
 Immediately executed reaction to orbital state errors.
 
bool relaxState (RejectCallbackDetails rejectDetails)
 Relax state.
 

Function Documentation

◆ deweightMeas()

bool deweightMeas ( RejectCallbackDetails rejectDetails)

Deweight worst measurement.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ deweightStationMeas()

bool deweightStationMeas ( RejectCallbackDetails rejectDetails)

Deweight measurement and its relatives.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ incrementPhaseSignalError()

bool incrementPhaseSignalError ( RejectCallbackDetails rejectDetails)

Count worst measurement.

Here is the caller graph for this function:

◆ incrementReceiverErrors()

bool incrementReceiverErrors ( RejectCallbackDetails rejectDetails)

Count all errors on receiver.

Here is the caller graph for this function:

◆ incrementSatelliteErrors()

bool incrementSatelliteErrors ( RejectCallbackDetails rejectDetails)

Count all errors on satellite.

Here is the caller graph for this function:

◆ incrementStateErrors()

bool incrementStateErrors ( RejectCallbackDetails rejectDetails)

Count all errors on an individual state.

Here is the caller graph for this function:

◆ pseudoMeasTest()

bool pseudoMeasTest ( RejectCallbackDetails rejectDetails)

Call state rejection functions when a measurement is a pseudo observation.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rejectAllMeasByState()

bool rejectAllMeasByState ( RejectCallbackDetails rejectDetails)

Reject all measurements attached to worst state using measurement reject callback list.

Here is the caller graph for this function:

◆ rejectWorstMeasByState()

bool rejectWorstMeasByState ( RejectCallbackDetails rejectDetails)

Reject worst measurement attached to worst state using measurement reject callback list.

Here is the caller graph for this function:

◆ relaxState()

bool relaxState ( RejectCallbackDetails rejectDetails)

Relax state.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ resetIonoSignalOutage()

void resetIonoSignalOutage ( const GTime & time,
KFMeas & kfMeas,
int index )
Here is the caller graph for this function:

◆ resetPhaseSignalError()

void resetPhaseSignalError ( const GTime & time,
KFMeas & kfMeas,
int index )
Here is the caller graph for this function:

◆ satelliteGlitchReaction()

bool satelliteGlitchReaction ( RejectCallbackDetails rejectDetails)

Immediately executed reaction to orbital state errors.

Note there is also a 1 epoch delayed reaction function

Here is the call graph for this function: