Ginan
Loading...
Searching...
No Matches
RejectCallbackDetails Struct Reference
Collaboration diagram for RejectCallbackDetails:

Public Member Functions

 RejectCallbackDetails (Trace &trace, KFState &kfState, KFMeas &kfMeas)
 

Data Fields

Tracetrace
 Trace to output to.
 
KFStatekfState
 
KFMeaskfMeas
 Measurements, noise, and design matrix.
 
KFKey kfKey
 Key to the state that has worst ratio (only if worse than badMeasIndex)
 
int measIndex = -1
 Index of the measurement that has the worst ratio.
 
bool postFit = false
 
double scalar = 0
 

Constructor & Destructor Documentation

◆ RejectCallbackDetails()

RejectCallbackDetails::RejectCallbackDetails ( Trace & trace,
KFState & kfState,
KFMeas & kfMeas )
inline

Field Documentation

◆ kfKey

KFKey RejectCallbackDetails::kfKey

Key to the state that has worst ratio (only if worse than badMeasIndex)

◆ kfMeas

KFMeas& RejectCallbackDetails::kfMeas

Measurements, noise, and design matrix.

◆ kfState

KFState& RejectCallbackDetails::kfState

◆ measIndex

int RejectCallbackDetails::measIndex = -1

Index of the measurement that has the worst ratio.

◆ postFit

bool RejectCallbackDetails::postFit = false

◆ scalar

double RejectCallbackDetails::scalar = 0

◆ trace

Trace& RejectCallbackDetails::trace

Trace to output to.


The documentation for this struct was generated from the following file: