RTC Toolkit
6.0.0
Loading...
Searching...
No Matches
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 <
rtctk/componentFramework/dataRecorder.hpp
>
15
16
#include <cstdint>
17
#include <tuple>
18
19
namespace
rtctk::componentFramework
{
20
21
template
<
class
T>
22
struct
RecordingInfo
{
23
// specializations need to implement these:
24
// typedef T DataType;
25
// typedef void Output;
26
// typedef void Recorder;
27
// static constexpr Output AsTuple(const DataType&);
28
// static constexpr uint32_t SampleId(const DataType&);
29
};
30
31
}
// namespace rtctk::componentFramework
32
33
#endif
// RTCTK_COMPONENTFRAMEWORK_RECORDINGINFO_HPP
dataRecorder.hpp
Provides an abstract DataRecorder class as the output stage for a recording unit.
rtctk::componentFramework
Definition
commandReplier.cpp:21
rtctk::componentFramework::RecordingInfo
Definition
recordingInfo.hpp:22
Generated by
1.13.2