Class Timer

java.lang.Object
org.yamcs.cfdp.Timer

public class Timer extends Object
Implements a timer used by CFDP for verifying the sending of EOF, FIN and NAK PDUs

This class works with one thrad executor and expects all methods to be called on the executor thread.

  • Constructor Details

  • Method Details

    • start

      public void start(Runnable onIntermediate, Runnable onFinal)
    • cancel

      public void cancel()