| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wpi.first.wpilibj.CounterBase.EncodingType
public static class CounterBase.EncodingType
The number of edges for the counterbase to increment or decrement on
| Field Summary | |
|---|---|
| static CounterBase.EncodingType | k1XCount only the rising edge | 
| static CounterBase.EncodingType | k2XCount both the rising and falling edge | 
| static CounterBase.EncodingType | k4XCount rising and falling on both channels | 
|  int | valueThe 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 | 
|---|
public final int value
public static final CounterBase.EncodingType k1X
public static final CounterBase.EncodingType k2X
public static final CounterBase.EncodingType k4X
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||