|
RTC Toolkit 5.1.0
|
FitsRecorder allows to write ColumnData to into fits files in a specified directory. More...
#include <array>#include <cstdint>#include <gsl/span>#include <rtctk/componentFramework/matrixBuffer.hpp>#include <rtctk/componentFramework/typeTraits.hpp>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | rtctk::componentFramework::AsSpan< T > |
| Gets the span type for converting type T to a span. More... | |
| struct | rtctk::componentFramework::AsSpan< std::array< T, Size > > |
| struct | rtctk::componentFramework::AsSpan< const std::array< T, Size > > |
| struct | rtctk::componentFramework::AsSpan< std::vector< T, Allocator > > |
| struct | rtctk::componentFramework::AsSpan< MatrixBuffer< T, Allocator > > |
| struct | rtctk::componentFramework::IsSpanConvertible< T > |
| Type trait to check if a type can be converted to a Span using AsSpan/ToSpan. More... | |
Namespaces | |
| namespace | rtctk |
| namespace | rtctk::componentFramework |
Typedefs | |
| template<typename T > | |
| using | rtctk::componentFramework::AsSpanT = typename AsSpan<T>::TYPE |
Variables | |
| template<typename T > | |
| constexpr bool | rtctk::componentFramework::IS_SPAN_CONVERTIBLE = IsSpanConvertible<T>::value |
| Small helper alias for IsSpanConvertible. | |
FitsRecorder allows to write ColumnData to into fits files in a specified directory.