Interface SimpleWidgetWrapper


  • public interface SimpleWidgetWrapper
    A wrapper for WPILib's SimpleWidget; wrapped to allow the Logger to substitute a NT-only implementation if desired.
    • Method Detail

      • getEntry

        edu.wpi.first.networktables.GenericEntry getEntry()
      • withProperties

        SimpleWidgetWrapper withProperties​(java.util.Map<java.lang.String,​java.lang.Object> properties)