- robot - Variable in class com.qualcomm.ftcrobotcontroller.opmodes.utility.RobotLinearOpMode
-
The RobotHardware instance for the op mode, used to access the hardware.
- robot - Variable in class com.qualcomm.ftcrobotcontroller.opmodes.utility.RobotOpMode
-
The RobotHardware instance for the op mode, used to access the hardware.
- RobotHardware - Class in com.qualcomm.ftcrobotcontroller.opmodes.utility
-
This class represents a hardware configuration on the robot.
- RobotHardware() - Constructor for class com.qualcomm.ftcrobotcontroller.opmodes.utility.RobotHardware
-
- RobotLinearOpMode<T extends RobotHardware> - Class in com.qualcomm.ftcrobotcontroller.opmodes.utility
-
This class simplifies use of the LinearOpMode
- RobotLinearOpMode() - Constructor for class com.qualcomm.ftcrobotcontroller.opmodes.utility.RobotLinearOpMode
-
- RobotOpMode<T extends RobotHardware> - Class in com.qualcomm.ftcrobotcontroller.opmodes.utility
-
This class simplifies use of the LinearOpMode
- RobotOpMode() - Constructor for class com.qualcomm.ftcrobotcontroller.opmodes.utility.RobotOpMode
-
- runOpMode() - Method in class com.qualcomm.ftcrobotcontroller.opmodes.utility.RobotLinearOpMode
-
Linearly executes a series of commands.
- runRobot() - Method in class com.qualcomm.ftcrobotcontroller.opmodes.utility.RobotLinearOpMode
-
Execute the body of the op mode