Class PDHIOSim

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

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

    • PDHIOSim

      public PDHIOSim()
  • 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.