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