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