|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "ipm/Receiver.hpp"#include <atomic>#include <functional>#include <memory>#include <mutex>#include <thread>Go to the source code of this file.
Classes | |
| class | dunedaq::ipm::CallbackAdapter |
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. | |
IPM CallbackAdapter class
Manages a thread which performs repeated Receiver::receive calls and calls the given callback method if data is received.
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 CallbackAdapter.hpp.