Package org.yamcs

Interface TmProcessor

All Known Implementing Classes:
XtceTmProcessor

public interface TmProcessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification that there is no more packet to process
    void
    processes packets derived from the given root container
  • Method Details

    • processPacket

      void processPacket(TmPacket pwrt, SequenceContainer rootContainer)
      processes packets derived from the given root container
      Parameters:
      pwrt -
      rootContainer -
    • finished

      void finished()
      Notification that there is no more packet to process