Class ModuleIOInputsAutoLogged

java.lang.Object
frc.alotobots.library.subsystems.swervedrive.io.ModuleIO.ModuleIOInputs
frc.alotobots.library.subsystems.swervedrive.io.ModuleIOInputsAutoLogged
All Implemented Interfaces:
Cloneable, org.littletonrobotics.junction.inputs.LoggableInputs

public class ModuleIOInputsAutoLogged extends ModuleIO.ModuleIOInputs implements org.littletonrobotics.junction.inputs.LoggableInputs, Cloneable
  • Constructor Details

    • ModuleIOInputsAutoLogged

      public ModuleIOInputsAutoLogged()
  • Method Details

    • toLog

      public void toLog(org.littletonrobotics.junction.LogTable table)
      Specified by:
      toLog in interface org.littletonrobotics.junction.inputs.LoggableInputs
    • fromLog

      public void fromLog(org.littletonrobotics.junction.LogTable table)
      Specified by:
      fromLog in interface org.littletonrobotics.junction.inputs.LoggableInputs
    • clone

      public ModuleIOInputsAutoLogged clone()
      Overrides:
      clone in class Object