DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "cetlib/BasicPluginFactory.h"
#include "cetlib/compiler_macros.h"
#include "ers/Issue.hpp"
#include "logging/Logging.hpp"
#include "nlohmann/json.hpp"
#include "opmonlib/MonitorableObject.hpp"
#include <atomic>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | dunedaq::ipm::Sender |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::ipm |
An ERS Error indicating that an exception was thrown from ZMQ while performing an operation. | |
Macros | |
#define | EXTERN_C_FUNC_DECLARE_START |
#define | DEFINE_DUNE_IPM_SENDER(klass) |
Declare the function that will be called by the plugin loader. | |
Functions | |
std::shared_ptr< Sender > | dunedaq::ipm::make_ipm_sender (std::string const &plugin_name) |
Sender Class Interface
Sender defines the interface of objects which can send messages between processes
Implementor of this interface is required to:
And is encouraged to:
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 Sender.hpp.
#define DEFINE_DUNE_IPM_SENDER | ( | klass | ) |
Declare the function that will be called by the plugin loader.
klass | Class to be defined as a DUNE IPM Sender |
Definition at line 62 of file Sender.hpp.
#define EXTERN_C_FUNC_DECLARE_START |
Definition at line 52 of file Sender.hpp.