RobotDrive Member List
This is the complete list of members for
RobotDrive, including all inherited members.
ArcadeDrive(GenericHID *stick) | RobotDrive | |
ArcadeDrive(GenericHID *moveStick, unsigned moveChannel, GenericHID *rotateStick, unsigned rotateChannel, GenericHID *spinStick=NULL, unsigned spinButton=0) | RobotDrive | |
ArcadeDrive(float moveValue, float rotateValue, bool spin) | RobotDrive | |
Drive(float speed, float curve) | RobotDrive | |
HolonomicDrive(float magnitude, float direction, float rotation) | RobotDrive | |
RobotDrive(unsigned leftMotorChannel, unsigned rightMotorChannel, float sensitivity=0.5) | RobotDrive | |
RobotDrive(unsigned frontLeftMotorChannel, unsigned rearLeftMotorChannel, unsigned frontRightMotorChannel, unsigned rearRightMotorChannel, float sensitivity=0.5) | RobotDrive | |
RobotDrive(SpeedController *leftMotor, SpeedController *rightMotor, float sensitivity=0.5) | RobotDrive | |
RobotDrive(SpeedController *frontLeftMotor, SpeedController *rearLeftMotor, SpeedController *frontRightMotor, SpeedController *rearRightMotor, float sensitivity=0.5) | RobotDrive | |
SetLeftRightMotorSpeeds(float leftSpeed, float rightSpeed) | RobotDrive | |
TankDrive(GenericHID *leftStick, GenericHID *rightStick) | RobotDrive | |
TankDrive(GenericHID *leftStick, unsigned leftAxis, GenericHID *rightStick, unsigned rightAxis) | RobotDrive | |
TankDrive(float leftValue, float rightValue) | RobotDrive | |
~RobotDrive(void) | RobotDrive | |