|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Namespaces | |
| namespace | cmd |
Classes | |
| class | CommandedObject |
| Interface needed by commanded objects in the DAQ. More... | |
| class | CommandFacility |
| Interface needed by DAQ apps and services for command handling. More... | |
Typedefs | |
| typedef nlohmann::json | cmdobj_t |
Functions | |
| template<typename... ARGS> | |
| std::shared_ptr< CommandFacility > | make_command_facility (std::string const &uri, ARGS &&... args) |
| typedef nlohmann::json dunedaq::cmdlib::cmdobj_t |
Definition at line 15 of file CommandedObject.hpp.
| std::shared_ptr< CommandFacility > dunedaq::cmdlib::make_command_facility | ( | std::string const & | uri, |
| ARGS &&... | args ) |
Definition at line 106 of file CommandFacility.hpp.