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