Package frc.robot.subsystems.pdh
Class PDHIOSim
java.lang.Object
frc.robot.subsystems.pdh.PDHIOSim
- All Implemented Interfaces:
PDHIO
Simulated IO implementation for the PDH subsystem.
-
Nested Class Summary
Nested classes/interfaces inherited from interface frc.robot.subsystems.pdh.PDHIO
PDHIO.PDHIOInputs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateInputs(PDHIO.PDHIOInputs inputs) Updates the set of loggable inputs.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface frc.robot.subsystems.pdh.PDHIO
clearFaults
-
Constructor Details
-
PDHIOSim
public PDHIOSim()
-
-
Method Details
-
updateInputs
Description copied from interface:PDHIOUpdates the set of loggable inputs.- Specified by:
updateInputsin interfacePDHIO- Parameters:
inputs- The inputs object to update.
-