RTC Toolkit
6.0.0-pre2
Loading...
Searching...
No Matches
componentFramework
services
dataRecording
src
include
rtctk
componentFramework
recordingUtils.hpp
Go to the documentation of this file.
1
12
#ifndef RTCTK_COMPONENTFRAMEWORK_RECORDINGUTILS_HPP
13
#define RTCTK_COMPONENTFRAMEWORK_RECORDINGUTILS_HPP
14
15
#include <
rtctk/componentFramework/recordingTypeTraits.hpp
>
16
17
namespace
rtctk::componentFramework
{
18
24
template
<
typename
T>
25
AsSpanT<T>
ToSpan
(T& data) {
26
return
AsSpanT<T>
(data.data(), data.size());
27
}
28
29
}
// namespace rtctk::componentFramework
30
31
#endif
// RTCTK_COMPONENTFRAMEWORK_RECORDINGUTILS_HPP
rtctk::componentFramework
Definition
commandReplier.cpp:22
rtctk::componentFramework::AsSpanT
typename AsSpan< T >::TYPE AsSpanT
Definition
recordingTypeTraits.hpp:51
rtctk::componentFramework::ToSpan
AsSpanT< T > ToSpan(T &data)
Simple function that converts types that are convertible to spans to a span.
Definition
recordingUtils.hpp:25
recordingTypeTraits.hpp
FitsRecorder allows to write ColumnData to into fits files in a specified directory.
Generated by
1.13.2