| 
 | |||||||||
| 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 | kFallingPulseoutputType: true on a falling edge | 
| static AnalogTriggerOutput.Type | kInWindowoutputType: true if in the trigger window | 
| static AnalogTriggerOutput.Type | kRisingPulseoutputType: true on a rising edge | 
| static AnalogTriggerOutput.Type | kTypeStateoutputType: true if above the upper limit, false if below the lower limit maintain previous state otherwise | 
|  int | valueThe 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 | ||||||||