| Package | Description |
|---|---|
| pt.up.fe.dceg.neptus.imc | |
| pt.up.fe.dceg.neptus.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static Calibration |
Calibration.clone(IMCMessage msg) |
static Calibration |
Calibration.create(java.lang.Object... values) |
| Modifier and Type | Method and Description |
|---|---|
Calibration |
ImcSysState.lastCalibration()
Retrieve the last
Calibration or null if no message of that type was received yet. |
Calibration |
ImcSysState.lastCalibration(java.lang.String entityName)
Retrieve the last
Calibration generated by the given entityName or null if no such message was received yet. |
Calibration |
ImcSysState.pollCalibration(long timeoutMillis)
Wait and retrieve the next
Calibration. |
Calibration |
ImcSysState.pollCalibration(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
Calibration generated by given entity. |