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