|
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::Receiver |
| struct | dunedaq::ipm::Receiver::Response |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| 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_RECEIVER(klass) |
| Declare the function that will be called by the plugin loader. | |
Functions | |
| dunedaq::ERS_DECLARE_ISSUE (ipm, UnexpectedNumberOfBytes, "Expected "<< bytes1<< " bytes in message but received "<< bytes2,((int) bytes1)((int) bytes2)) ERS_DECLARE_ISSUE(ipm | |
| Unable to receive within timeout | dunedaq::period (timeout period was " << timeout << " milliseconds)" |
| std::shared_ptr< Receiver > | dunedaq::ipm::make_ipm_receiver (std::string const &plugin_name) |
Variables | |
| dunedaq::ReceiveTimeoutExpired | |
Receiver Class Interface
Receiver defines the interface of objects which can receive 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 Receiver.hpp.
| #define DEFINE_DUNE_IPM_RECEIVER | ( | klass | ) |
Declare the function that will be called by the plugin loader.
| klass | Class to be defined as a DUNE IPM Receiver |
Definition at line 64 of file Receiver.hpp.
| #define EXTERN_C_FUNC_DECLARE_START |
Definition at line 54 of file Receiver.hpp.