|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "cmdlib/cmd/Nljs.hpp"#include "CommandedObject.hpp"#include "Issues.hpp"#include <cetlib/BasicPluginFactory.h>#include <cetlib/compiler_macros.h>#include <tbb/concurrent_queue.h>#include <future>#include <functional>#include <atomic>#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | dunedaq::cmdlib::CommandFacility |
| Interface needed by DAQ apps and services for command handling. More... | |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::cmdlib |
Macros | |
| #define | EXTERN_C_FUNC_DECLARE_START |
| #define | DEFINE_DUNE_COMMAND_FACILITY(klass) |
| Declare the function that will be called by the plugin loader. | |
Functions | |
| template<typename... ARGS> | |
| std::shared_ptr< CommandFacility > | dunedaq::cmdlib::make_command_facility (std::string const &uri, ARGS &&... args) |
CommandFacility base definitions
This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file CommandFacility.hpp.
| #define DEFINE_DUNE_COMMAND_FACILITY | ( | klass | ) |
Declare the function that will be called by the plugin loader.
| klass | Class to be defined as a DUNE Command Facility |
Definition at line 36 of file CommandFacility.hpp.
| #define EXTERN_C_FUNC_DECLARE_START |
Definition at line 27 of file CommandFacility.hpp.