edu.wpi.first.wpilibj
Class Counter.Mode

java.lang.Object
  extended by edu.wpi.first.wpilibj.Counter.Mode
Enclosing class:
Counter

public static class Counter.Mode
extends java.lang.Object

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public final int value
The integer value representing this enumeration


kTwoPulse

public static final Counter.Mode kTwoPulse
mode: two pulse


kSemiperiod

public static final Counter.Mode kSemiperiod
mode: semi period


kPulseLength

public static final Counter.Mode kPulseLength
mode: pulse length


kExternalDirection

public static final Counter.Mode kExternalDirection
mode: external direction