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