Class WristIOInputsAutoLogged

java.lang.Object
frc.alotobots.reefscape.subsystems.wrist.io.WristIO.WristIOInputs
frc.alotobots.reefscape.subsystems.wrist.io.WristIOInputsAutoLogged
All Implemented Interfaces:
Cloneable, org.littletonrobotics.junction.inputs.LoggableInputs

public class WristIOInputsAutoLogged extends WristIO.WristIOInputs implements org.littletonrobotics.junction.inputs.LoggableInputs, Cloneable
  • Constructor Details

    • WristIOInputsAutoLogged

      public WristIOInputsAutoLogged()
  • 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 WristIOInputsAutoLogged clone()
      Overrides:
      clone in class Object