DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "TimingIssues.hpp"
#include "timing/TopDesignInterface.hpp"
#include "timing/timingfirmwareinfo/Structs.hpp"
#include "timing/timingfirmwareinfo/Nljs.hpp"
#include "uhal/DerivedNode.hpp"
#include <nlohmann/json.hpp>
#include <chrono>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | dunedaq::timing::TopDesign |
Base class for timing top design nodes with IO class. More... | |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::timing |
< Message parameters | |
TopDesign is a class providing the base interface for timing top design nodes.
This is part of the DUNE DAQ Software Suite, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file TopDesign.hpp.