|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <set>#include <string>#include <boost/compute/functional/identity.hpp>Go to the source code of this file.
Classes | |
| struct | dunedaq::conffwk::DalFactoryFunctions |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::conffwk |
Typedefs | |
| typedef DalObject *(* | dunedaq::conffwk::dal_object_creator) (Configuration &db, ConfigObject &obj, const std::string &uid) |
| The factory function creates DAL object of given template class. | |
| typedef void(* | dunedaq::conffwk::notify2) (Configuration &conf, const ConfigurationChange *changed_class) |
| The notification callback function which is invoked by database implementation in case of changes. | |
| typedef void(* | dunedaq::conffwk::unread_object) (CacheBase *x) |
| The function to update states of objects in cache. | |
| typedef void(* | dunedaq::conffwk::rename_object_f) (CacheBase *x, const std::string &old_id, const std::string &new_id) |
| The function to rename object in cache. | |