DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "appfwk/ConfigurationManager.hpp"
#include "opmonlib/MonitorableObject.hpp"
#include "cetlib/BasicPluginFactory.h"
#include "cetlib/compiler_macros.h"
#include "daqdataformats/TimeSlice.hpp"
#include "daqdataformats/TriggerRecord.hpp"
#include "daqdataformats/Types.hpp"
#include "logging/Logging.hpp"
#include "utilities/NamedObject.hpp"
#include "nlohmann/json.hpp"
#include <chrono>
#include <cstddef>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | dunedaq::dfmodules::DataStore |
comment More... | |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::dfmodules |
An ERS Issue for DataStore creation failure. | |
Macros | |
#define | EXTERN_C_FUNC_DECLARE_START |
#define | DEFINE_DUNE_DATA_STORE(klass) |
Declare the function that will be called by the plugin loader. | |
Functions | |
std::shared_ptr< DataStore > | dunedaq::dfmodules::make_data_store (const std::string &type, const std::string &name, std::shared_ptr< dunedaq::appfwk::ConfigurationManager > mcfg, const std::string &writer_identifier) |
Load a DataSrore plugin and return a unique_ptr to the contained DAQModule class. | |
This is the interface for storing and retrieving data from various storage systems.
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 DataStore.hpp.
#define DEFINE_DUNE_DATA_STORE | ( | klass | ) |
Declare the function that will be called by the plugin loader.
klass | Class to be defined as a DUNE IPM Receiver |
Definition at line 47 of file DataStore.hpp.
#define EXTERN_C_FUNC_DECLARE_START |
Definition at line 38 of file DataStore.hpp.