Class DriveTrainOutput
- java.lang.Object
-
- io.github.frc5024.common_drive.queue.DriveTrainOutput
-
@Deprecated(since="October 2020", forRemoval=true) public class DriveTrainOutput extends java.lang.ObjectDeprecated, for removal: This API element is subject to removal in a future version.A data class containing all drivetrain outputs
-
-
Field Summary
Fields Modifier and Type Field Description WriteLock<Gear>gearDeprecated, for removal: This API element is subject to removal in a future version.WriteLock<java.lang.Boolean>invertSensorPhaseDeprecated, for removal: This API element is subject to removal in a future version.doubleleftVoltageDeprecated, for removal: This API element is subject to removal in a future version.WriteLock<MotorMode>motorModeDeprecated, for removal: This API element is subject to removal in a future version.WriteLock<java.lang.Double>motorRampDeprecated, for removal: This API element is subject to removal in a future version.doublerightVoltageDeprecated, for removal: This API element is subject to removal in a future version.doubletimestamp_msDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description DriveTrainOutput()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidzero()Deprecated, for removal: This API element is subject to removal in a future version.Reset this object's contents
-
-
-
Field Detail
-
timestamp_ms
public double timestamp_ms
Deprecated, for removal: This API element is subject to removal in a future version.
-
leftVoltage
public double leftVoltage
Deprecated, for removal: This API element is subject to removal in a future version.
-
rightVoltage
public double rightVoltage
Deprecated, for removal: This API element is subject to removal in a future version.
-
invertSensorPhase
public WriteLock<java.lang.Boolean> invertSensorPhase
Deprecated, for removal: This API element is subject to removal in a future version.
-
motorMode
public WriteLock<MotorMode> motorMode
Deprecated, for removal: This API element is subject to removal in a future version.
-
gear
public WriteLock<Gear> gear
Deprecated, for removal: This API element is subject to removal in a future version.
-
motorRamp
public WriteLock<java.lang.Double> motorRamp
Deprecated, for removal: This API element is subject to removal in a future version.
-
-