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
-
-
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 Detail
-
kInWindow
static final int kInWindow
native declaration : AthenaJava\target\native\include\HAL\Analog.h:54- See Also:
- Constant Field Values
-
kState
static final int kState
native declaration : AthenaJava\target\native\include\HAL\Analog.h:55- See Also:
- Constant Field Values
-
kRisingPulse
static final int kRisingPulse
native declaration : AthenaJava\target\native\include\HAL\Analog.h:56- See Also:
- Constant Field Values
-
kFallingPulse
static final int kFallingPulse
native declaration : AthenaJava\target\native\include\HAL\Analog.h:57- See Also:
- Constant Field Values
-
-