edu.wpi.first.wpilibj
Class DriverStationEnhancedIO.tAccelChannel

java.lang.Object
  extended by edu.wpi.first.wpilibj.DriverStationEnhancedIO.tAccelChannel
Enclosing class:
DriverStationEnhancedIO

public static class DriverStationEnhancedIO.tAccelChannel
extends java.lang.Object

Accelerometer channel for enhanced IO


Field Summary
static DriverStationEnhancedIO.tAccelChannel kAccelX
           
static DriverStationEnhancedIO.tAccelChannel kAccelY
           
static DriverStationEnhancedIO.tAccelChannel kAccelZ
           
 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


kAccelX

public static final DriverStationEnhancedIO.tAccelChannel kAccelX

kAccelY

public static final DriverStationEnhancedIO.tAccelChannel kAccelY

kAccelZ

public static final DriverStationEnhancedIO.tAccelChannel kAccelZ