RTC Toolkit  2.0.0
Files | Classes
Data Recording

Framework for recording data in colum format. More...

Files

file  dataPointRecordingUnit.hpp
 Recording Unit that can record RTR datapoints.
 
file  dataRecorder.hpp
 FitsRecorder allows to write ColumnData to into fits files in a specified directory.
 
file  eventRecordingUnit.hpp
 Recording Unit that can record events.
 
file  fitsColumnFormat.hpp
 fitscolumnFormat is used to get a fits type from a C++ type. Supports arrays and vectors
 
file  fitsDataRecorder.hpp
 FitsRecorder allows to write ColumnData to into fits files in a specified directory.
 
file  ipcqRecordingUnit.hpp
 Recording Unit that can record from shared memory queue.
 
file  recordingInfo.hpp
 FitsRecorder allows to write ColumnData to into fits files in a specified directory.
 
file  recordingTypeTraits.hpp
 FitsRecorder allows to write ColumnData to into fits files in a specified directory.
 
file  recordingUnit.hpp
 Abstract base class defining functionality common to all recording units.
 
file  recordingUtils.hpp
 Utility functions for use in data recording.
 
file  recordingUnit.cpp
 Abstract base class defining functionality common to all recording units.
 

Classes

class  rtctk::componentFramework::DataPointRecordingUnit< DpType, OutputStage >
 Recording Unit that can record RTR datapoints. More...
 
struct  rtctk::componentFramework::RecordingInfo< ComputationFinishedEvent >
 Trait class that defines how ComputationFinishedEvent is recorded. More...
 
struct  rtctk::componentFramework::RecordingInfo< ComputationStartedEvent >
 Trait class that defines how ComputationStartedEvent is recorded. More...
 
struct  rtctk::componentFramework::RecordingInfo< ComputationEvent >
 Trait class that defines how ComputationEvent is recorded. More...
 
struct  rtctk::componentFramework::RecordingInfo< ConfigurationEvent >
 Trait class that defines how ConfigurationEvent is recorded. More...
 
class  rtctk::componentFramework::TypedEventRecordingUnit< EventType, OutputStage >
 Recording Unit that can record typed events. More...
 
class  rtctk::componentFramework::JsonEventRecordingUnit< OutputStage >
 Recording Unit that can record JSON events. More...
 
class  rtctk::componentFramework::IpcqRecordingUnit< Topic, OutputStage >
 Recording Unit that can record from shared memory queue. More...
 

Detailed Description

Framework for recording data in colum format.