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