"

2013 FRC Java API

"

edu.wpi.first.wpilibj
Class CounterBase.EncodingType

java.lang.Object
  extended by edu.wpi.first.wpilibj.CounterBase.EncodingType
Enclosing interface:
CounterBase

public static class CounterBase.EncodingType
extends Object

The number of edges for the counterbase to increment or decrement on


Field Summary
static CounterBase.EncodingType k1X
          Count only the rising edge
static CounterBase.EncodingType k2X
          Count both the rising and falling edge
static CounterBase.EncodingType k4X
          Count rising and falling on both channels
 int value
          The integer value representing this enumeration
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public final int value
The integer value representing this enumeration


k1X

public static final CounterBase.EncodingType k1X
Count only the rising edge


k2X

public static final CounterBase.EncodingType k2X
Count both the rising and falling edge


k4X

public static final CounterBase.EncodingType k4X
Count rising and falling on both channels


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"