DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
DAPHNEStreamFrame.hxx
Go to the documentation of this file.
1
3
4inline uint16_t
12
13inline void
20
21} // namespace dunedaq::fddetdataformats
WordType get_adc_2d_as_1d(const int i_adc, const int i_channel, const WordType(&adc_matrix)[NWords])
Definition Utils.hpp:41
void set_adc_2d_as_1d(const int i_adc, const int i_channel, const WordType adc_val, WordType(&adc_matrix)[NWords])
Definition Utils.hpp:95
void set_adc(int i, int i_channel, uint16_t val)
Set the i ADC value of chn in the frame to val.
uint16_t get_adc(int i_adc, int i_channel) const
Get the i ADC value of chn in the frame.