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