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