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