|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "iomanager/IOManager.hpp"#include "iomanager/Receiver.hpp"#include "utilities/WorkerThread.hpp"#include "datahandlinglibs/ReadoutTypes.hpp"#include "datahandlinglibs/concepts/RecorderConcept.hpp"#include "datahandlinglibs/utils/BufferedFileWriter.hpp"#include "utilities/ReusableThread.hpp"#include "datahandlinglibs/opmon/datahandling_info.pb.h"#include "confmodel/DaqModule.hpp"#include "confmodel/Connection.hpp"#include "appmodel/DataRecorderModule.hpp"#include "appmodel/DataRecorderConf.hpp"#include <atomic>#include <fstream>#include <iostream>#include <memory>#include <string>#include "detail/RecorderModel.hxx"Go to the source code of this file.
Classes | |
| class | dunedaq::datahandlinglibs::RecorderModel< ReadoutType > |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::datahandlinglibs |
Templated recorder implementation
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 RecorderModel.hpp.