DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "datahandlinglibs/DataHandlingIssues.hpp"
#include "datahandlinglibs/concepts/DataHandlingConcept.hpp"
#include "datahandlinglibs/ReadoutLogging.hpp"
#include "daqdataformats/Types.hpp"
#include "logging/Logging.hpp"
#include "nlohmann/json.hpp"
#include "rcif/cmd/Nljs.hpp"
#include "appfwk/ConfigurationManager.hpp"
#include "appmodel/DataHandlerModule.hpp"
#include <chrono>
#include <memory>
#include <string>
#include <vector>
#include "detail/RawDataHandlerBase.hxx"
Go to the source code of this file.
Classes | |
class | dunedaq::datahandlinglibs::RawDataHandlerBase |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::datahandlinglibs |
Implements standard module functionalities, requires the setup of a readout creator function. This class is meant to be inherited to specify which readout specialization to load.
This is part of the DUNE DAQ , copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file RawDataHandlerBase.hpp.