#include <typeinfo>
#include <functional>
#include <rad/logger.hpp>
#include <rad/actionMgr.hpp>
#include "daq/events.rad.hpp"
#include "daq/tasks.rad.hpp"
Go to the source code of this file.
Classes | |
class | daq::Tasks |
Namespaces | |
daq | |
Functions | |
template<typename EVENT > | |
std::function< void(rad::AnyEvent const &)> | daq::WrapAction (std::function< void(EVENT const &)> action) |