DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <atomic>
#include <chrono>
#include <limits>
Go to the source code of this file.
Classes | |
class | dunedaq::utilities::TimestampEstimatorBase |
TimestampEstimatorBase is the base class for timestamp-based logic in test systems where the current timestamp must be estimated somehow (eg, because there is no hardware timing system). More... | |
Namespaces | |
namespace | dunedaq |
The DUNE-DAQ namespace. | |
namespace | dunedaq::utilities |
TimestampEstimatorBase Class
This is the base class for the TimestampEstimator implementations
This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file TimestampEstimatorBase.hpp.