RTC Toolkit  1.0.0
Classes | Typedefs | Enumerations
rtctk::telemetryRecorder Namespace Reference

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...
 

Typedef Documentation

◆ LifeCycle

Enumeration Type Documentation

◆ ThreadState

State of the RecordingThread.

Enumerator
STOPPED 
RUNNING 
PAUSED