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