|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Classes | |
| struct | Command |
| struct | CommandReply |
Typedefs | |
| using | AppId = std::string |
| using | CmdId = std::string |
| using | Data = nlohmann::json |
| using | IsOk = bool |
| using | Result = std::string |
Functions | |
| void | to_json (data_t &j, const Command &obj) |
| void | from_json (const data_t &j, Command &obj) |
| void | to_json (data_t &j, const CommandReply &obj) |
| void | from_json (const data_t &j, CommandReply &obj) |
| using dunedaq::cmdlib::cmd::AppId = std::string |
Definition at line 18 of file Structs.hpp.
| using dunedaq::cmdlib::cmd::CmdId = std::string |
Definition at line 21 of file Structs.hpp.
| using dunedaq::cmdlib::cmd::Data = nlohmann::json |
Definition at line 24 of file Structs.hpp.
| using dunedaq::cmdlib::cmd::IsOk = bool |
Definition at line 38 of file Structs.hpp.
| using dunedaq::cmdlib::cmd::Result = std::string |
Definition at line 41 of file Structs.hpp.
|
inline |
|
inline |
|
inline |
|
inline |