"

2013 FRC Java API

"

Uses of Class
edu.wpi.first.wpilibj.AnalogTriggerOutput.Type

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.kFallingPulse
          outputType: true on a falling edge
static AnalogTriggerOutput.Type AnalogTriggerOutput.Type.kInWindow
          outputType: true if in the trigger window
static AnalogTriggerOutput.Type AnalogTriggerOutput.Type.kRisingPulse
          outputType: true on a rising edge
static AnalogTriggerOutput.Type AnalogTriggerOutput.Type.kTypeState
          outputType: 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

"

"
For updated information see the Java FRC site
"