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