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