DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "datahandlinglibs/models/DefaultRequestHandlerModel.hpp"
#include <memory>
#include "detail/ZeroCopyRecordingRequestHandlerModel.hxx"
Go to the source code of this file.
Classes | |
class | dunedaq::datahandlinglibs::ZeroCopyRecordingRequestHandlerModel< ReadoutType, LatencyBufferType > |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::datahandlinglibs |
Special way of recording directly from memory aligned LatencyBuffers, avoiding any additional copy needed to intermediate buffers (via the BufferedFileWriter)
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 ZeroCopyRecordingRequestHandlerModel.hpp.