DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
ASIC_reg_mapping.hh
Go to the documentation of this file.
1#ifndef __ASIC_REG_MAPPING_HH__
2#define __ASIC_REG_MAPPING_HH__
3
4#include <stdint.h>
5#include <vector>
8
10 public:
12 void set_board(const FE_ASIC_reg_mapping & fe_map, const ADC_ASIC_reg_mapping & adc_map);
13 std::vector<uint32_t> get_regs() const;
14 void print() const;
15
16 private:
17 std::vector<uint32_t> REGS;
18};
19#endif
std::vector< uint32_t > REGS
std::vector< uint32_t > get_regs() const
void set_board(const FE_ASIC_reg_mapping &fe_map, const ADC_ASIC_reg_mapping &adc_map)