Class SparkLimitSwitchLogger

java.lang.Object
edu.wpi.first.epilogue.logging.ClassSpecificLogger<com.revrobotics.spark.SparkLimitSwitch>
org.team1126.lib.logging.revlib.SparkLimitSwitchLogger

public class SparkLimitSwitchLogger extends edu.wpi.first.epilogue.logging.ClassSpecificLogger<com.revrobotics.spark.SparkLimitSwitch>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(edu.wpi.first.epilogue.logging.EpilogueBackend backend, com.revrobotics.spark.SparkLimitSwitch limitSwitch)
     

    Methods inherited from class edu.wpi.first.epilogue.logging.ClassSpecificLogger

    disable, getLoggedType, isDisabled, logSendable, reenable, tryUpdate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SparkLimitSwitchLogger

      public SparkLimitSwitchLogger()
  • Method Details

    • update

      public void update(edu.wpi.first.epilogue.logging.EpilogueBackend backend, com.revrobotics.spark.SparkLimitSwitch limitSwitch)
      Specified by:
      update in class edu.wpi.first.epilogue.logging.ClassSpecificLogger<com.revrobotics.spark.SparkLimitSwitch>