|
RTC Toolkit 5.0.0
|
fitscolumnFormat is used to get a fits type from a C++ type. More...
#include <rtctk/componentFramework/fitsColumnFormat.hpp>#include <rtctk/componentFramework/recordingTypeTraits.hpp>#include <rtctk/componentFramework/typeTraits.hpp>#include <array>#include <limits>#include <optional>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | rtctk |
| namespace | rtctk::componentFramework |
Functions | |
| template<class T , class... Args> | |
| void | rtctk::componentFramework::GetFITSTForm (std::vector< std::string > &input) |
| Get a vactor of TFORM strings for a list of types. | |
| template<class T , class... Args> | |
| void | rtctk::componentFramework::GetFITSTFormWithLength (std::vector< std::string > &input, const gsl::span< std::optional< size_t >, sizeof...(Args)+1 > sizes) |
| Get a vactor of TFORM strings for a list of types using the custom sizes provided. | |
fitscolumnFormat is used to get a fits type from a C++ type.
Supports arrays and vectors.