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