|
|||||||||
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 |
kFrontLeft
motortype: front left |
static RobotDrive.MotorType |
kFrontRight
motortype: front right |
static RobotDrive.MotorType |
kRearLeft
motortype: rear left |
static RobotDrive.MotorType |
kRearRight
motortype: rear right |
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 RobotDrive.MotorType kFrontLeft
public static final RobotDrive.MotorType kFrontRight
public static final RobotDrive.MotorType kRearLeft
public static final RobotDrive.MotorType kRearRight
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |