Package frc.lib5k

Class UnifiedLooper


  • public class UnifiedLooper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UnifiedLooper()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static void register​(java.lang.String name, java.lang.Runnable run)
      Register a library component to run in the looper
      void start​(double period)  
      • Methods inherited from class java.lang.Object

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

      • UnifiedLooper

        public UnifiedLooper()
    • Method Detail

      • start

        public void start​(double period)
      • register

        protected static void register​(java.lang.String name,
                                       java.lang.Runnable run)
        Register a library component to run in the looper
        Parameters:
        run - Runnable update method