DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <DalFactoryFunctions.hpp>
Public Member Functions | |
template<class T > | |
DalFactoryFunctions (boost::compute::identity< T >, const std::set< std::string > algorithms) | |
Public Attributes | |
notify2 | m_update_fn |
unread_object | m_unread_object_fn |
rename_object_f | m_rename_object_fn |
dal_object_creator | m_creator_fn |
std::set< std::string > | m_algorithms |
Definition at line 73 of file DalFactoryFunctions.hpp.
dunedaq::conffwk::DalFactoryFunctions::DalFactoryFunctions | ( | boost::compute::identity< T > | , |
const std::set< std::string > | algorithms ) |
std::set<std::string> dunedaq::conffwk::DalFactoryFunctions::m_algorithms |
Definition at line 80 of file DalFactoryFunctions.hpp.
dal_object_creator dunedaq::conffwk::DalFactoryFunctions::m_creator_fn |
Definition at line 78 of file DalFactoryFunctions.hpp.
rename_object_f dunedaq::conffwk::DalFactoryFunctions::m_rename_object_fn |
Definition at line 77 of file DalFactoryFunctions.hpp.
unread_object dunedaq::conffwk::DalFactoryFunctions::m_unread_object_fn |
Definition at line 76 of file DalFactoryFunctions.hpp.
notify2 dunedaq::conffwk::DalFactoryFunctions::m_update_fn |
Definition at line 75 of file DalFactoryFunctions.hpp.