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