Class LosRecorder

java.lang.Object
org.yamcs.simulator.LosRecorder

public class LosRecorder extends Object
Simulates the storing and retrieving of TM during an LOS (Loss of Signal).
  • Constructor Details

    • LosRecorder

      public LosRecorder(File dataDir)
  • Method Details

    • startRecording

      public void startRecording(Date start)
    • stopRecording

      public void stopRecording()
    • listRecordings

      public String[] listRecordings()
    • getInputStream

      public InputStream getInputStream(String recordingName) throws IOException
      Throws:
      IOException
    • record

      public void record(SimulatorCcsdsPacket packet)
    • deleteDump

      public void deleteDump(String name)
    • getCurrentRecordingName

      public String getCurrentRecordingName()