Impact Acquire SDK Java
TDigitalOutputControlMode Class Reference

Defines valid ways to create signals on a digital output (deprecated. More...

Static Public Attributes

static final int docmRTC = acquireJNI.docmRTC_get()
 The digital output signal is generated by a Real Time Controller that is part of the used hardware device.
 
static final int docmSoftware = acquireJNI.docmSoftware_get()
 The digital output signal is generated by the on-board processor.
 

Detailed Description

Defines valid ways to create signals on a digital output (deprecated.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

Member Data Documentation

◆ docmRTC

final int docmRTC = acquireJNI.docmRTC_get()
static

The digital output signal is generated by a Real Time Controller that is part of the used hardware device.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!

◆ docmSoftware

final int docmSoftware = acquireJNI.docmSoftware_get()
static

The digital output signal is generated by the on-board processor.

Deprecated
Beginning with the release of 3.0.0 of Impact Acquire everything specifically related to frame grabber boards will be considered as deprecated and might be removed without further notice!