RTC Toolkit
2.0.0
Main Page
Related Pages
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
~
Variables
a
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
c
d
f
i
l
m
o
p
r
s
t
Enumerations
Enumerator
Related Functions
o
p
r
Files
File List
File Members
All
b
c
e
f
g
i
l
m
o
p
r
s
t
u
v
w
Functions
b
c
e
f
g
l
m
o
p
r
s
t
w
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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