Interface Cop1Monitor

All Known Implementing Classes:
Cop1MonitorImpl

public interface Cop1Monitor
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    default void
    clcwReceived(int clcw)
    Called when a new CLCW has been received
    void
    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
    Called when a new command has been added to the COP1 waiting queue
    default void
    Called when a new AD frame has been sent queued for being sent upstream
  • Method Details

    • 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.
    • alert

      default void alert(Cop1Monitor.AlertType alert)
    • 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