Class Reportable


  • public class Reportable
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected RobotLogger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      Reportable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void reportHALDevice​(edu.wpi.first.hal.FRCNetComm.tResourceType type, int id, java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • Reportable

        public Reportable()
    • Method Detail

      • reportHALDevice

        protected void reportHALDevice​(edu.wpi.first.hal.FRCNetComm.tResourceType type,
                                       int id,
                                       java.lang.String name)