Package edu.wpi.first.hal.simulation
Class AnalogTriggerDataJNI
java.lang.Object
edu.wpi.first.hal.JNIWrapper
edu.wpi.first.hal.simulation.AnalogTriggerDataJNI
JNI for analog trigger data.
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.wpi.first.hal.JNIWrapper
JNIWrapper.Helper -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcancelInitializedCallback(int index, int uid) static voidcancelTriggerLowerBoundCallback(int index, int uid) static voidcancelTriggerUpperBoundCallback(int index, int uid) static intfindForChannel(int channel) static booleangetInitialized(int index) static doublegetTriggerLowerBound(int index) static doublegetTriggerUpperBound(int index) static intregisterInitializedCallback(int index, NotifyCallback callback, boolean initialNotify) static intregisterTriggerLowerBoundCallback(int index, NotifyCallback callback, boolean initialNotify) static intregisterTriggerUpperBoundCallback(int index, NotifyCallback callback, boolean initialNotify) static voidresetData(int index) static voidsetInitialized(int index, boolean initialized) static voidsetTriggerLowerBound(int index, double triggerLowerBound) static voidsetTriggerUpperBound(int index, double triggerUpperBound) Methods inherited from class edu.wpi.first.hal.JNIWrapper
forceLoad, suppressUnused
-
Method Details
-
registerInitializedCallback
public static int registerInitializedCallback(int index, NotifyCallback callback, boolean initialNotify) -
cancelInitializedCallback
-
getInitialized
-
setInitialized
-
registerTriggerLowerBoundCallback
public static int registerTriggerLowerBoundCallback(int index, NotifyCallback callback, boolean initialNotify) -
cancelTriggerLowerBoundCallback
-
getTriggerLowerBound
-
setTriggerLowerBound
-
registerTriggerUpperBoundCallback
public static int registerTriggerUpperBoundCallback(int index, NotifyCallback callback, boolean initialNotify) -
cancelTriggerUpperBoundCallback
-
getTriggerUpperBound
-
setTriggerUpperBound
-
resetData
-
findForChannel
-