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