Class CoralIntakeIOInputsAutoLogged
java.lang.Object
frc.alotobots.reefscape.subsystems.coralIntake.io.CoralIntakeIO.CoralIntakeIOInputs
frc.alotobots.reefscape.subsystems.coralIntake.io.CoralIntakeIOInputsAutoLogged
- All Implemented Interfaces:
Cloneable
,org.littletonrobotics.junction.inputs.LoggableInputs
public class CoralIntakeIOInputsAutoLogged
extends CoralIntakeIO.CoralIntakeIOInputs
implements org.littletonrobotics.junction.inputs.LoggableInputs, Cloneable
-
Field Summary
Fields inherited from class frc.alotobots.reefscape.subsystems.coralIntake.io.CoralIntakeIO.CoralIntakeIOInputs
canRangeConnected, intakeOccupied, motorAppliedVolts, motorConnected, motorCurrentAmps, motorVelocity
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CoralIntakeIOInputsAutoLogged
public CoralIntakeIOInputsAutoLogged()
-
-
Method Details
-
toLog
public void toLog(org.littletonrobotics.junction.LogTable table) - Specified by:
toLog
in interfaceorg.littletonrobotics.junction.inputs.LoggableInputs
-
fromLog
public void fromLog(org.littletonrobotics.junction.LogTable table) - Specified by:
fromLog
in interfaceorg.littletonrobotics.junction.inputs.LoggableInputs
-
clone
-