Class TalonFXSLogger

java.lang.Object
edu.wpi.first.epilogue.logging.ClassSpecificLogger<com.ctre.phoenix6.hardware.TalonFXS>
org.team1126.lib.logging.phoenix.TalonFXSLogger

public class TalonFXSLogger extends edu.wpi.first.epilogue.logging.ClassSpecificLogger<com.ctre.phoenix6.hardware.TalonFXS>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(edu.wpi.first.epilogue.logging.EpilogueBackend backend, com.ctre.phoenix6.hardware.TalonFXS talonFXS)
     

    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

    • TalonFXSLogger

      public TalonFXSLogger()
  • Method Details

    • update

      public void update(edu.wpi.first.epilogue.logging.EpilogueBackend backend, com.ctre.phoenix6.hardware.TalonFXS talonFXS)
      Specified by:
      update in class edu.wpi.first.epilogue.logging.ClassSpecificLogger<com.ctre.phoenix6.hardware.TalonFXS>