Package org.yamcs

Interface TmPacketProvider

All Superinterfaces:
ProcessorService, com.google.common.util.concurrent.Service
All Known Subinterfaces:
ArchiveTmPacketProvider
All Known Implementing Classes:
RefMdbPacketGenerator, ReplayService, StreamTmPacketProvider

public interface TmPacketProvider extends ProcessorService
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.google.common.util.concurrent.Service

    com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    true if this is a replay from archive

    Methods inherited from interface org.yamcs.ProcessorService

    getSpec, init

    Methods inherited from interface com.google.common.util.concurrent.Service

    addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, failureCause, isRunning, startAsync, state, stopAsync
  • Method Details

    • isArchiveReplay

      boolean isArchiveReplay()
      true if this is a replay from archive
      Returns: