| 
 | " 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.RobotDrive.MotorType
public static class RobotDrive.MotorType
The location of a motor on the robot for the purpose of driving
| Field Summary | |
|---|---|
| static RobotDrive.MotorType | kFrontLeftmotortype: front left | 
| static RobotDrive.MotorType | kFrontRightmotortype: front right | 
| static RobotDrive.MotorType | kRearLeftmotortype: rear left | 
| static RobotDrive.MotorType | kRearRightmotortype: rear right | 
|  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 RobotDrive.MotorType kFrontLeft
public static final RobotDrive.MotorType kFrontRight
public static final RobotDrive.MotorType kRearLeft
public static final RobotDrive.MotorType kRearRight
| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||