Impact Acquire SDK Java
TRequestState Class Reference

Defines the current state of this mvIMPACT.acquire.Request. More...

Static Public Attributes

static final int rsBeingConfigured = acquireJNI.rsBeingConfigured_get()
 This mvIMPACT.acquire.Request is currently in configuration mode.
 
static final int rsCapturing = acquireJNI.rsCapturing_get()
 This mvIMPACT.acquire.Request is currently being processed.
 
static final int rsIdle = acquireJNI.rsIdle_get()
 This mvIMPACT.acquire.Request is currently unused.
 
static final int rsReady = acquireJNI.rsReady_get()
 This mvIMPACT.acquire.Request has been processed.
 
static final int rsWaiting = acquireJNI.rsWaiting_get()
 This mvIMPACT.acquire.Request has been sent into the drivers image request queue and currently awaits processing.
 

Detailed Description

Defines the current state of this mvIMPACT.acquire.Request.

Member Data Documentation

◆ rsBeingConfigured

final int rsBeingConfigured = acquireJNI.rsBeingConfigured_get()
static

This mvIMPACT.acquire.Request is currently in configuration mode.

Within this mode certain properties of the request object will become writeable, which e.g. will allow the user to pass a capture buffer to the request object.

◆ rsCapturing

final int rsCapturing = acquireJNI.rsCapturing_get()
static

This mvIMPACT.acquire.Request is currently being processed.

◆ rsIdle

final int rsIdle = acquireJNI.rsIdle_get()
static

This mvIMPACT.acquire.Request is currently unused.

◆ rsReady

final int rsReady = acquireJNI.rsReady_get()
static

This mvIMPACT.acquire.Request has been processed.

The user is now responsible for this request. Before this mvIMPACT.acquire.Request is not unlocked again it can't be used by the driver. A mvIMPACT.acquire.Request in this state can safely be processed by the user. Its data will remain valid until either the mvIMPACT.acquire.Request is unlocked by the user or the device is closed.

◆ rsWaiting

final int rsWaiting = acquireJNI.rsWaiting_get()
static

This mvIMPACT.acquire.Request has been sent into the drivers image request queue and currently awaits processing.