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