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