DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
CallbackAdapter.hpp File Reference
#include "ipm/Receiver.hpp"
#include <atomic>
#include <functional>
#include <memory>
#include <mutex>
#include <thread>
Include dependency graph for CallbackAdapter.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.