Class RelativeEncoderLogger

java.lang.Object
edu.wpi.first.epilogue.logging.ClassSpecificLogger<com.revrobotics.RelativeEncoder>
org.team1126.lib.logging.revlib.RelativeEncoderLogger

public class RelativeEncoderLogger extends edu.wpi.first.epilogue.logging.ClassSpecificLogger<com.revrobotics.RelativeEncoder>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    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

    • RelativeEncoderLogger

      public RelativeEncoderLogger()
  • Method Details

    • update

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