Package edu.wpi.first.hal
Interface AnalogJNI.AnalogTriggerType
- Enclosing class:
- AnalogJNI
public static interface AnalogJNI.AnalogTriggerType
native declaration : AthenaJava\target\native\include\HAL\Analog.h:58
enum values
enum values
-
Field Summary
Fields Modifier and Type Field Description static int
kFallingPulse
native declaration : AthenaJava\target\native\include\HAL\Analog.h:57static int
kInWindow
native declaration : AthenaJava\target\native\include\HAL\Analog.h:54static int
kRisingPulse
native declaration : AthenaJava\target\native\include\HAL\Analog.h:56static int
kState
native declaration : AthenaJava\target\native\include\HAL\Analog.h:55
-
Field Details
-
kInWindow
native declaration : AthenaJava\target\native\include\HAL\Analog.h:54- See Also:
- Constant Field Values
-
kState
native declaration : AthenaJava\target\native\include\HAL\Analog.h:55- See Also:
- Constant Field Values
-
kRisingPulse
native declaration : AthenaJava\target\native\include\HAL\Analog.h:56- See Also:
- Constant Field Values
-
kFallingPulse
native declaration : AthenaJava\target\native\include\HAL\Analog.h:57- See Also:
- Constant Field Values
-