DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
Nljs.hpp File Reference
#include "cmdlib/cmd/Structs.hpp"
#include <nlohmann/json.hpp>
Include dependency graph for Nljs.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  dunedaq
 Including Qt Headers.
namespace  dunedaq::cmdlib
namespace  dunedaq::cmdlib::cmd

Typedefs

using dunedaq::cmdlib::cmd::data_t = nlohmann::json

Functions

void dunedaq::cmdlib::cmd::to_json (data_t &j, const Command &obj)
void dunedaq::cmdlib::cmd::from_json (const data_t &j, Command &obj)
void dunedaq::cmdlib::cmd::to_json (data_t &j, const CommandReply &obj)
void dunedaq::cmdlib::cmd::from_json (const data_t &j, CommandReply &obj)