RTC Toolkit
2.0.0
componentFramework
services
dataRecording
src
include
rtctk
componentFramework
recordingInfo.hpp
Go to the documentation of this file.
1
11
#ifndef RTCTK_COMPONENTFRAMEWORK_RECORDINGINFO_HPP
12
#define RTCTK_COMPONENTFRAMEWORK_RECORDINGINFO_HPP
13
14
#include <cstdint>
15
#include <tuple>
16
#include "
rtctk/componentFramework/dataRecorder.hpp
"
17
18
namespace
rtctk::componentFramework
{
19
20
template
<
class
T>
21
struct
RecordingInfo
{
22
// specializations need to implement these:
23
// typedef T DataType;
24
// typedef void Output;
25
// typedef void Recorder;
26
// static constexpr Output AsTuple(const DataType&);
27
// static constexpr uint32_t SampleId(const DataType&);
28
};
29
30
}
// namespace rtctk::componentFramework
31
32
#endif // RTCTK_COMPONENTFRAMEWORK_RECORDINGINFO_HPP
rtctk::componentFramework
Definition:
commandReplier.cpp:20
dataRecorder.hpp
FitsRecorder allows to write ColumnData to into fits files in a specified directory.
rtctk::componentFramework::RecordingInfo
Definition:
recordingInfo.hpp:21
Generated by
1.8.20