mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
exposing receiver thread ids to client (#102)
* exposing receiver thread ids to client Co-authored-by: Erik Frojdh <erik.frojdh@gmail.com>
This commit is contained in:
@ -15,10 +15,10 @@
|
||||
// GetDAQStatusRegister(512,current_mode_bits_from_fpga)) {
|
||||
|
||||
unsigned int Module_ndacs = 16;
|
||||
char Module_dac_names[16][10] = {"SvP", "Vtr", "Vrf", "Vrs",
|
||||
"SvN", "Vtgstv", "Vcmp_ll", "Vcmp_lr",
|
||||
"cal", "Vcmp_rl", "rxb_rb", "rxb_lb",
|
||||
"Vcmp_rr", "Vcp", "Vcn", "Vis"};
|
||||
char Module_dac_names[16][10] = {"VSvP", "Vtrim", "Vrpreamp", "Vrshaper",
|
||||
"VSvN", "Vtgstv", "Vcmp_ll", "Vcmp_lr",
|
||||
"Vcal", "Vcmp_rl", "rxb_rb", "rxb_lb",
|
||||
"Vcmp_rr", "Vcp", "Vcn", "Vishaper"};
|
||||
|
||||
struct Module modules[10];
|
||||
int moduleSize = 0;
|
||||
|
Reference in New Issue
Block a user