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