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