Package 

Interface IRealTimeSubsystem

  • All Implemented Interfaces:
    com.automaducks.pond.subsystems.ISubsystem

    
    public interface IRealTimeSubsystem
     implements ISubsystem
                        

    Interface for real time subsystems.

    • Method Summary

      Modifier and Type Method Description
      abstract void periodic() Performs periodic processing.
      • Methods inherited from class java.lang.Object

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

      • periodic

         abstract void periodic()

        Performs periodic processing.