|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "datahandlinglibs/DataHandlingIssues.hpp"#include "datahandlinglibs/ReadoutLogging.hpp"#include "datahandlinglibs/concepts/LatencyBufferConcept.hpp"#include "logging/Logging.hpp"#include "folly/ConcurrentSkipList.h"#include <memory>#include <utility>#include "detail/SkipListLatencyBufferModel.hxx"Go to the source code of this file.
Classes | |
| class | dunedaq::datahandlinglibs::SkipListLatencyBufferModel< T > |
| struct | dunedaq::datahandlinglibs::SkipListLatencyBufferModel< T >::Iterator |
Namespaces | |
| namespace | dunedaq |
| The DUNE-DAQ namespace. | |
| namespace | dunedaq::datahandlinglibs |
A folly concurrent SkipList wrapper
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 SkipListLatencyBufferModel.hpp.