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