|
|||||||||
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 |
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 |
---|
clone, equals, finalize, 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |