Package frc.robot.subsystems.pdh
Class PDHIOReal
java.lang.Object
frc.robot.subsystems.pdh.PDHIOReal
- All Implemented Interfaces:
PDHIO
Real 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 TypeMethodDescriptionvoidClears all faults and warnings.voidupdateInputs(PDHIO.PDHIOInputs inputs) Updates the set of loggable inputs.
-
Constructor Details
-
PDHIOReal
public PDHIOReal()
-
-
Method Details
-
updateInputs
Description copied from interface:PDHIOUpdates the set of loggable inputs.- Specified by:
updateInputsin interfacePDHIO- Parameters:
inputs- The inputs object to update.
-
clearFaults
public void clearFaults()Description copied from interface:PDHIOClears all faults and warnings.- Specified by:
clearFaultsin interfacePDHIO
-