|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.AnalogTriggerOutput.Type
public static class AnalogTriggerOutput.Type
Type determines under what state the analog trigger evaluates to true or false
Field Summary | |
---|---|
static AnalogTriggerOutput.Type |
kFallingPulse
outputType: true on a falling edge |
static AnalogTriggerOutput.Type |
kInWindow
outputType: true if in the trigger window |
static AnalogTriggerOutput.Type |
kRisingPulse
outputType: true on a rising edge |
static AnalogTriggerOutput.Type |
kTypeState
outputType: true if above the upper limit, false if below the lower limit maintain previous state otherwise |
int |
value
The integer value representing this enumeration |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int value
public static final AnalogTriggerOutput.Type kInWindow
public static final AnalogTriggerOutput.Type kTypeState
public static final AnalogTriggerOutput.Type kRisingPulse
public static final AnalogTriggerOutput.Type kFallingPulse
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |