Interface Cop1Monitor

  • All Known Implementing Classes:
    Cop1MonitorImpl

    public interface Cop1Monitor
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Cop1Monitor.AlertType  
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default void alert​(Cop1Monitor.AlertType alert)  
      default void clcwReceived​(int clcw)
      Called when a new CLCW has been received
      void disabled()
      Called when the COP1 has been disabled
      void stateChanged​(int oldState, int newState)
      Called each time when the state changes.
      void suspended​(int suspendState)
      Called when the operations have been suspended due to a timeout
      default void tcQueued()
      Called when a new command has been added to the COP1 waiting queue
      default void tcSent()
      Called when a new AD frame has been sent queued for being sent upstream
    • Method Detail

      • suspended

        void suspended​(int suspendState)
        Called when the operations have been suspended due to a timeout
        Parameters:
        suspendState - - the state of the FOP-1 when it has been suspended.
      • stateChanged

        void stateChanged​(int oldState,
                          int newState)
        Called each time when the state changes.
        Parameters:
        oldState -
        newState -
      • disabled

        void disabled()
        Called when the COP1 has been disabled
      • clcwReceived

        default void clcwReceived​(int clcw)
        Called when a new CLCW has been received
      • tcQueued

        default void tcQueued()
        Called when a new command has been added to the COP1 waiting queue
      • tcSent

        default void tcSent()
        Called when a new AD frame has been sent queued for being sent upstream