Last big things:

* Implemented support for diabling theshold channel
* Separate proton current simulation db.
* Separate startup snippet with support for simulation mode.
* Short readme entry
This commit is contained in:
2026-02-05 14:08:33 +01:00
parent 4e42eab39b
commit 6cf24254e3
6 changed files with 51 additions and 29 deletions

View File

@@ -21,6 +21,7 @@ TEMPLATES += db/daq_2nd_gen.db
TEMPLATES += db/daq_2nd_gen_test.db
TEMPLATES += db/daq.proto
TEMPLATES += db/daq_soft_proton.db
TEMPLATES += db/sim_proton_current.db
# Just for simulation
TEMPLATES += db/daq_simcontrol.db
@@ -35,6 +36,7 @@ SOURCES += src/daq_soft_proton.c
SCRIPTS += scripts/daq_4ch.cmd
SCRIPTS += scripts/daq_8ch.cmd
SCRIPTS += scripts/daq_2nd_gen.cmd
SCRIPTS += scripts/daq_soft_proton.cmd
SCRIPTS += sim/daq_sim.py
CXXFLAGS += -std=c++17