Package frc.robot.subsystems.elevator
Class ElevatorIO.Empty
java.lang.Object
frc.robot.subsystems.elevator.ElevatorIO.Empty
- All Implemented Interfaces:
ElevatorIO
- Enclosing interface:
- ElevatorIO
Empty Elevator implementation (for replay)
-
Nested Class Summary
Nested classes/interfaces inherited from interface frc.robot.subsystems.elevator.ElevatorIO
ElevatorIO.ElevatorInputs, ElevatorIO.Empty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setPositon
(double position) void
setPositonFast
(double position) void
setVoltage
(double volts) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface frc.robot.subsystems.elevator.ElevatorIO
setPower
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
updateInputs
- Specified by:
updateInputs
in interfaceElevatorIO
-
setVoltage
public void setVoltage(double volts) - Specified by:
setVoltage
in interfaceElevatorIO
-
resetHome
public void resetHome()- Specified by:
resetHome
in interfaceElevatorIO
-
setPositon
public void setPositon(double position) - Specified by:
setPositon
in interfaceElevatorIO
-
setPositonFast
public void setPositonFast(double position) - Specified by:
setPositonFast
in interfaceElevatorIO
-