Impact Acquire SDK Java
|
Defines a trigger moment for a digital signal. More...
Static Public Attributes | |
static final int | tmOnFallingEdge = acquireJNI.tmOnFallingEdge_get() |
A falling edge will trigger the event. | |
static final int | tmOnRisingEdge = acquireJNI.tmOnRisingEdge_get() |
A rising edge will trigger the event. | |
Defines a trigger moment for a digital signal.
This can e.g. be the moment a signal connected to a device changes it state or reaches a certain state.
|
static |
A falling edge will trigger the event.
|
static |
A rising edge will trigger the event.