| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnalogTriggerOutput.Type | |
|---|---|
| edu.wpi.first.wpilibj | The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC control system and your robot. | 
| Uses of AnalogTriggerOutput.Type in edu.wpi.first.wpilibj | 
|---|
| Fields in edu.wpi.first.wpilibj declared as AnalogTriggerOutput.Type | |
|---|---|
| static AnalogTriggerOutput.Type | AnalogTriggerOutput.Type.kFallingPulseoutputType: true on a falling edge | 
| static AnalogTriggerOutput.Type | AnalogTriggerOutput.Type.kInWindowoutputType: true if in the trigger window | 
| static AnalogTriggerOutput.Type | AnalogTriggerOutput.Type.kRisingPulseoutputType: true on a rising edge | 
| static AnalogTriggerOutput.Type | AnalogTriggerOutput.Type.kTypeStateoutputType: true if above the upper limit, false if below the lower limit maintain previous state otherwise | 
| Methods in edu.wpi.first.wpilibj with parameters of type AnalogTriggerOutput.Type | |
|---|---|
|  void | Counter.setDownSource(AnalogTrigger analogTrigger,
              AnalogTriggerOutput.Type triggerType)Set the down counting source to be an analog trigger. | 
|  void | Counter.setUpSource(AnalogTrigger analogTrigger,
            AnalogTriggerOutput.Type triggerType)Set the up counting source to be an analog trigger. | 
| Constructors in edu.wpi.first.wpilibj with parameters of type AnalogTriggerOutput.Type | |
|---|---|
| AnalogTriggerOutput(AnalogTrigger trigger,
                    AnalogTriggerOutput.Type outputType)Create an object that represents one of the four outputs from an analog trigger. | |
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||