RTC Toolkit  2.0.0
Namespaces | Functions
fitsColumnFormat.hpp File Reference

fitscolumnFormat is used to get a fits type from a C++ type. Supports arrays and vectors More...

#include <fmt/core.h>
#include <fmt/format.h>
#include <string>
#include "fitsColumnFormat.ipp"

Go to the source code of this file.

Namespaces

 rtctk
 
 rtctk::componentFramework
 

Functions

template<class T >
std::string rtctk::componentFramework::GetFitsType ()
 Get the TFORM value for a type. More...
 
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. More...
 

Detailed Description

fitscolumnFormat is used to get a fits type from a C++ type. Supports arrays and vectors