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