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