RTC Toolkit
1.0.0
|
Recording Thread of the Telemetry Recorder. More...
#include <mutex>
#include <thread>
#include <ipcq/reader.hpp>
#include <rtctk/telemetryRecorder/fitsRecorder.hpp>
#include <rtctk/telemetryRecorder/detail/recordingThreadDetail.hpp>
Go to the source code of this file.
Classes | |
class | rtctk::telemetryRecorder::RecordingThread< Writer, Topic, Reader > |
The RecordingThread is responsible for reading from the ipc queue and writing to the provided Writer. More... | |
Namespaces | |
rtctk | |
rtctk::telemetryRecorder | |
Enumerations | |
enum | rtctk::telemetryRecorder::ThreadState { rtctk::telemetryRecorder::STOPPED = 0, rtctk::telemetryRecorder::RUNNING = 1, rtctk::telemetryRecorder::PAUSED = 2 } |
State of the RecordingThread. More... | |
Recording Thread of the Telemetry Recorder.