Impact Acquire SDK Java
TTriggerMoment Class Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ tmOnFallingEdge

final int tmOnFallingEdge = acquireJNI.tmOnFallingEdge_get()
static

A falling edge will trigger the event.

◆ tmOnRisingEdge

final int tmOnRisingEdge = acquireJNI.tmOnRisingEdge_get()
static

A rising edge will trigger the event.