Class PDHIOReal

java.lang.Object
frc.robot.subsystems.pdh.PDHIOReal
All Implemented Interfaces:
PDHIO

public class PDHIOReal extends Object implements PDHIO
Real IO implementation for the PDH subsystem.
  • Constructor Details

    • PDHIOReal

      public PDHIOReal()
  • Method Details

    • updateInputs

      public void updateInputs(PDHIO.PDHIOInputs inputs)
      Description copied from interface: PDHIO
      Updates the set of loggable inputs.
      Specified by:
      updateInputs in interface PDHIO
      Parameters:
      inputs - The inputs object to update.
    • clearFaults

      public void clearFaults()
      Description copied from interface: PDHIO
      Clears all faults and warnings.
      Specified by:
      clearFaults in interface PDHIO