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