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