@FunctionalInterface
public static interface StateEstimator.EstimateConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
accept(int row,
BaseObject object,
com.powerdata.openpa.se.MeasMgr.MeasType type,
float measurement,
float estimate)
Call back for each measurement
|
void accept(int row,
BaseObject object,
com.powerdata.openpa.se.MeasMgr.MeasType type,
float measurement,
float estimate)
throws PAModelException
row - row index of measurementobject - related OpenPA Objecttype - Measurement Typemeasurement - Original measured valueestimate - estimated valuePAModelException