DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <cstdint>
#include <nlohmann/json.hpp>
#include <string>
Go to the source code of this file.
Classes | |
struct | dunedaq::cmdlib::cmd::Command |
struct | dunedaq::cmdlib::cmd::CommandReply |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::cmdlib |
namespace | dunedaq::cmdlib::cmd |
Typedefs | |
using | dunedaq::cmdlib::cmd::CmdId = std::string |
using | dunedaq::cmdlib::cmd::Data = nlohmann::json |
using | dunedaq::cmdlib::cmd::IsOk = bool |
using | dunedaq::cmdlib::cmd::Result = std::string |