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