DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <ASIC_reg_mapping.hh>
Public Member Functions | |
ASIC_reg_mapping () | |
void | set_board (const FE_ASIC_reg_mapping &fe_map, const ADC_ASIC_reg_mapping &adc_map) |
std::vector< uint32_t > | get_regs () const |
void | print () const |
Private Attributes | |
std::vector< uint32_t > | REGS |
Definition at line 9 of file ASIC_reg_mapping.hh.
ASIC_reg_mapping::ASIC_reg_mapping | ( | ) |
Definition at line 6 of file ASIC_reg_mapping.cpp.
std::vector< uint32_t > ASIC_reg_mapping::get_regs | ( | ) | const |
Definition at line 36 of file ASIC_reg_mapping.cpp.
void ASIC_reg_mapping::print | ( | ) | const |
Definition at line 41 of file ASIC_reg_mapping.cpp.
void ASIC_reg_mapping::set_board | ( | const FE_ASIC_reg_mapping & | fe_map, |
const ADC_ASIC_reg_mapping & | adc_map ) |
Definition at line 10 of file ASIC_reg_mapping.cpp.
|
private |
Definition at line 17 of file ASIC_reg_mapping.hh.