| Package | Description |
|---|---|
| pt.up.fe.dceg.neptus.imc | |
| pt.up.fe.dceg.neptus.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static Parameter |
Parameter.clone(IMCMessage msg) |
static Parameter |
Parameter.create(java.lang.Object... values) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<Parameter> |
ParameterControl.getParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterControl.setParams(java.util.Collection<Parameter> params) |
| Constructor and Description |
|---|
ParameterControl(short op,
java.util.Collection<Parameter> params) |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
ImcSysState.lastParameter()
Retrieve the last
Parameter or null if no message of that type was received yet. |
Parameter |
ImcSysState.lastParameter(java.lang.String entityName)
Retrieve the last
Parameter generated by the given entityName or null if no such message was received yet. |
Parameter |
ImcSysState.pollParameter(long timeoutMillis)
Wait and retrieve the next
Parameter. |
Parameter |
ImcSysState.pollParameter(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
Parameter generated by given entity. |