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