| Package | Description |
|---|---|
| pt.lsts.imc | |
| pt.lsts.imc.state |
| Modifier and Type | Method and Description |
|---|---|
static CameraZoom |
CameraZoom.clone(IMCMessage msg) |
static CameraZoom |
CameraZoom.create(java.lang.Object... values) |
CameraZoom |
CameraZoom.setAction(CameraZoom.ACTION action) |
CameraZoom |
CameraZoom.setAction(short action) |
CameraZoom |
CameraZoom.setAction(java.lang.String action) |
CameraZoom |
CameraZoom.setId(short id) |
CameraZoom |
CameraZoom.setZoom(short zoom) |
| Modifier and Type | Method and Description |
|---|---|
CameraZoom |
ImcSysState.lastCameraZoom()
Retrieve the last
CameraZoom or null if no message of that type was received yet. |
CameraZoom |
ImcSysState.lastCameraZoom(java.lang.String entityName)
Retrieve the last
CameraZoom generated by the given entityName or null if no such message was received yet. |
CameraZoom |
ImcSysState.pollCameraZoom(long timeoutMillis)
Wait and retrieve the next
CameraZoom. |
CameraZoom |
ImcSysState.pollCameraZoom(java.lang.String entityName,
long timeoutMillis)
Wait and retrieve the next
CameraZoom generated by given entity. |