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