This is the complete list of members for art::SmartDrive, including all inherited members.
| arcade(double x, double y, double rot) | art::TankDrive | |
| arcade(double drive, double rot) | art::TankDrive | |
| driveFor(Length target, double speed) | art::SmartDrive | |
| driveForPID(Length target) | art::SmartDrive | |
| getLeftTravel() | art::SmartDrive | private |
| getRightTravel() | art::SmartDrive | private |
| getWheelTravel() | art::SmartDrive | |
| LeftSplitArcade(const vex::controller &cont) | art::TankDrive | |
| LeftSplitArcadeCurved(const vex::controller &cont) | art::TankDrive | |
| m_centerPos | art::SmartDrive | private |
| m_cmdRot | art::TankDrive | protected |
| m_cmdX | art::TankDrive | protected |
| m_cmdY | art::TankDrive | protected |
| m_dir | art::SmartDrive | private |
| m_driveForPID | art::SmartDrive | |
| m_gearRatio | art::SmartDrive | private |
| m_inert | art::SmartDrive | private |
| m_LastLeftPos | art::SmartDrive | private |
| m_LastRightPos | art::SmartDrive | private |
| m_left | art::TankDrive | protected |
| m_pos | art::SmartDrive | private |
| m_right | art::TankDrive | protected |
| m_tracker | art::SmartDrive | private |
| m_turnForPID | art::SmartDrive | |
| m_turnToPID | art::SmartDrive | |
| m_wheelSize | art::SmartDrive | private |
| SmartDrive(TankDrive drive, vex::inertial inert) | art::SmartDrive | |
| tank(double left, double right) | art::TankDrive | |
| TankDrive(vex::motor_group left, vex::motor_group right) | art::TankDrive | |
| track() | art::SmartDrive | |
| turnFor(Angle target, double speed) | art::SmartDrive | |
| turnForPID(Angle target) | art::SmartDrive | |
| turnTo(Angle target, double speed) | art::SmartDrive | |
| turnToPID(Angle target) | art::SmartDrive | |
| update() | art::TankDrive | |
| withDriveForPID(PID pid) | art::SmartDrive | |
| withGearRatio(double ratio) | art::SmartDrive | |
| withHorizontalTracker(vex::rotation rotation, Length wheelSize, double gearRatio) | art::SmartDrive | |
| withHorizontalTracker(vex::rotation rotation, Length wheelSize, double gearRatio, Length wheelOffset) | art::SmartDrive | |
| withTurnForPID(PID pid) | art::SmartDrive | |
| withTurnToPID(PID pid) | art::SmartDrive | |
| withWheelSize(Length size) | art::SmartDrive | |