|
ifw-daq
3.0.1
IFW Data Acquisition modules
|
Declares JSON support for serialization. More...
#include <daq/json.hpp>#include <fmt/format.h>#include <daq/daqContext.hpp>#include <daq/fits/json.hpp>#include <daq/status.hpp>Go to the source code of this file.
Namespaces | |
| daq | |
Functions | |
| void | daq::to_json (nlohmann::json &j, Status const &p) |
| void | daq::to_json (nlohmann::json &j, Alert const &p) |
| void | daq::to_json (nlohmann::json &j, ReceiverStatus const &p) |
| void | daq::to_json (nlohmann::json &j, DaqContext const &p) |
| void | daq::to_json (nlohmann::json &j, DaqContext::Source const &p) |
| void | daq::to_json (nlohmann::json &j, DpPart const &p) |
| void | daq::from_json (nlohmann::json const &j, Status &p) |
| void | daq::from_json (nlohmann::json const &j, Alert &p) |
| void | daq::from_json (nlohmann::json const &j, ReceiverStatus &p) |
| void | daq::from_json (nlohmann::json const &j, DaqContext &p) |
| void | daq::from_json (nlohmann::json const &j, DaqContext::Source &p) |
| void | daq::from_json (nlohmann::json const &j, DpPart &p) |
Declares JSON support for serialization.
Definition in file json.cpp.