RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
recordingUtils.hpp
Go to the documentation of this file.
1
12#ifndef RTCTK_COMPONENTFRAMEWORK_RECORDINGUTILS_HPP
13#define RTCTK_COMPONENTFRAMEWORK_RECORDINGUTILS_HPP
14
16
18
24template <typename T>
26 return AsSpanT<T>(data.data(), data.size());
27}
28
29} // namespace rtctk::componentFramework
30
31#endif // RTCTK_COMPONENTFRAMEWORK_RECORDINGUTILS_HPP
Definition commandReplier.cpp:22
typename AsSpan< T >::TYPE AsSpanT
Definition recordingTypeTraits.hpp:51
elt::mal::future< std::string > InjectReqRepEvent(StateMachineEngine &engine)
Definition malEventInjector.hpp:23
AsSpanT< T > ToSpan(T &data)
Simple function that converts types that are convertible to spans to a span.
Definition recordingUtils.hpp:25
FitsRecorder allows to write ColumnData to into fits files in a specified directory.