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