|
" 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.Counter.Mode
public static class Counter.Mode
Mode determines how and what the counter counts
Field Summary | |
---|---|
static Counter.Mode |
kExternalDirection
mode: external direction |
static Counter.Mode |
kPulseLength
mode: pulse length |
static Counter.Mode |
kSemiperiod
mode: semi period |
static Counter.Mode |
kTwoPulse
mode: two pulse |
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 |
---|
public final int value
public static final Counter.Mode kTwoPulse
public static final Counter.Mode kSemiperiod
public static final Counter.Mode kPulseLength
public static final Counter.Mode kExternalDirection
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |