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