DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "timing/I2CMasterNode.hpp"
#include "timing/I2CSlave.hpp"
#include "ers/Issue.hpp"
#include "logging/Logging.hpp"
#include <string>
Go to the source code of this file.
Classes | |
class | dunedaq::timing::DACSlave |
Class for dac node. More... | |
class | dunedaq::timing::DACNode |
uhal::Node implementing single I2C Master Slave connection to control SFP expander chips. More... | |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::timing |
< Message parameters | |
Functions | |
dunedaq::ERS_DECLARE_ISSUE (timing, DACChannelOutOfRange, " DAC channel out of range: "<< channel,((std::string) channel)) ERS_DECLARE_ISSUE(timing | |
Variables | |
dunedaq::DACValueOutOfRange | |
< Namespace | |
DAC value out of | dunedaq::range |
Message. | |
DACNode and DACSlaves are classes providing an interface to the physical DAC IC.
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 DACNode.hpp.