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