RTC Toolkit
1.0.0
|
Classes | |
class | FitsRecorder |
The FitsRecorder is a abstract class that can be used to implement a specific recorder for a Topic. More... | |
class | RecorderIf |
class | RecordingThread |
The RecordingThread is responsible for reading from the ipc queue and writing to the provided Writer. More... | |
class | TelemetryRecorderBusinessLogic |
Typedefs | |
using | LifeCycle = componentFramework::Runnable< componentFramework::RtcComponent > |
Enumerations | |
enum | ThreadState { STOPPED = 0, RUNNING = 1, PAUSED = 2 } |
State of the RecordingThread. More... | |
using rtctk::telemetryRecorder::LifeCycle = typedef componentFramework::Runnable<componentFramework::RtcComponent> |
State of the RecordingThread.
Enumerator | |
---|---|
STOPPED | |
RUNNING | |
PAUSED |