DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
DalFactoryFunctions.hpp File Reference
#include <set>
#include <string>
#include <boost/compute/functional/identity.hpp>
Include dependency graph for DalFactoryFunctions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dunedaq::conffwk::DalFactoryFunctions
 

Namespaces

namespace  dunedaq
 Including Qt Headers.
 
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.