DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "datahandlinglibs/concepts/SourceEmulatorConcept.hpp"
#include "confmodel/DaqModule.hpp"
#include "confmodel/Connection.hpp"
#include "confmodel/QueueWithSourceId.hpp"
#include "confmodel/DetectorToDaqConnection.hpp"
#include "confmodel/DetDataSender.hpp"
#include "confmodel/DetectorStream.hpp"
#include "appmodel/DataReaderModule.hpp"
#include "appmodel/DataReaderConf.hpp"
#include "appfwk/ConfigurationManager.hpp"
#include "utilities/ReusableThread.hpp"
#include "datahandlinglibs/utils/FileSourceBuffer.hpp"
#include "nlohmann/json.hpp"
#include "rcif/cmd/Nljs.hpp"
#include <cstdint>
#include <fstream>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "detail/FakeCardReaderBase.hxx"
Go to the source code of this file.
Classes | |
class | dunedaq::datahandlinglibs::FakeCardReaderBase |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::datahandlinglibs |
Generate payloads from input file Generates user payloads at a given rate, from raw binary data files. This implementation is purely software based, no I/O devices and tools are needed to use this module.
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 FakeCardReaderBase.hpp.