Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- dc - Variable in class org.firstinspires.ftc.teamcode.framework.subsystems.rrmecanumdrive.RRMecanumDrive.Parameters
-
You already set this in the constructor and cannot set it again.
- device - Variable in class org.firstinspires.ftc.teamcode.fy25.subsystems.launchergate.LauncherGate.Parameters
-
The actuator that will run the gate, already instantiated and configured.
- deviceClass - Variable in class org.firstinspires.ftc.teamcode.fy25.subsystems.launchergate.LauncherGate.Parameters
-
The class of the actuator that will run the gate.
- deviceName - Variable in class org.firstinspires.ftc.teamcode.framework.subsystems.digitaldevice.DigitalDevice.Parameters
-
You already set this in the constructor and cannot set it again.
- DigitalDevice - Interface in org.firstinspires.ftc.teamcode.framework.subsystems.digitaldevice
-
A wrapper to make everything that attaches to digital ports look the same (otherwise they're all different in unique and annoying ways)
- DigitalDevice.Parameters - Class in org.firstinspires.ftc.teamcode.framework.subsystems.digitaldevice
-
Parameters for any DigitalDevice implementation.
- DigitalDeviceBlank - Class in org.firstinspires.ftc.teamcode.framework.subsystems.digitaldevice
-
A blank placeholder for a DigitalDevice of any sort
- DigitalDeviceBlank() - Constructor for class org.firstinspires.ftc.teamcode.framework.subsystems.digitaldevice.DigitalDeviceBlank
- drive - Variable in class org.firstinspires.ftc.teamcode.framework.units.DTS
-
Forward / backward movement.
- drive - Variable in class org.firstinspires.ftc.teamcode.fy25.robots.Robot25
- DriveConstants() - Constructor for class org.firstinspires.ftc.teamcode.framework.subsystems.rrmecanumdrive.RRMecanumDrive.DriveConstants
- DTS - Class in org.firstinspires.ftc.teamcode.framework.units
-
An immutable vector represented as Drive, Turn, and Strafe axes.
- DTS() - Constructor for class org.firstinspires.ftc.teamcode.framework.units.DTS
-
Create a DTS with 0 set for every component.
- DTS(double, double, double) - Constructor for class org.firstinspires.ftc.teamcode.framework.units.DTS
-
Create a DTS with the specified values set for each component.
- DualMotor - Class in org.firstinspires.ftc.teamcode.framework.adapters
-
Turns two motors into a family, a body that moves as one.
- DualMotor(DcMotorEx, DcMotorEx) - Constructor for class org.firstinspires.ftc.teamcode.framework.adapters.DualMotor
-
The two motors must match exactly in configuration.
- DualMotor(DcMotorEx, DcMotorEx, boolean) - Constructor for class org.firstinspires.ftc.teamcode.framework.adapters.DualMotor
-
If safe is true, motor1's configuration will be copied to motor2.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form