ifw-daq  1.0.0
IFW Data Acquisition modules
Namespaces | Functions
json.cpp File Reference

Definition of contents from fits/json.hpp. More...

#include <boost/assign.hpp>
#include <boost/range/adaptor/indexed.hpp>
#include <daq/fits/json.hpp>
#include <fmt/format.h>
#include <nlohmann/json.hpp>
#include <iostream>

Go to the source code of this file.

Namespaces

 daq
 
 daq::fits
 

Functions

std::vector< KeywordVariant > daq::fits::ParseJsonKeywords (char const *keywords)
 Parse and return FITS keywords. More...
 
std::vector< KeywordVariant > daq::fits::ParseJsonKeywords (nlohmann::json const &keywords)
 Parse and return FITS keywords. More...
 

Detailed Description

Definition of contents from fits/json.hpp.

Definition in file json.cpp.