Class NTManager

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.util.Map<java.lang.Integer,​java.util.logging.Level> ntLogLevels
      Information from: https://github.com/PeterJohnson/ntcore/blob/master/src/Log.h and https://github.com/PeterJohnson/ntcore/blob/e6054f543a6ab10aa27af6cace855da66d67ee44 /include/ntcore_c.h#L39
    • Constructor Summary

      Constructors 
      Constructor Description
      NTManager​(edu.wpi.first.networktables.NetworkTableInstance ntInstance)  
    • Field Detail

      • ntLogLevels

        protected static final java.util.Map<java.lang.Integer,​java.util.logging.Level> ntLogLevels
        Information from: https://github.com/PeterJohnson/ntcore/blob/master/src/Log.h and https://github.com/PeterJohnson/ntcore/blob/e6054f543a6ab10aa27af6cace855da66d67ee44 /include/ntcore_c.h#L39
    • Constructor Detail

      • NTManager

        @Inject
        public NTManager​(edu.wpi.first.networktables.NetworkTableInstance ntInstance)