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