using Qt6 for SOLARIS DAQ GUI development
Go to file
2023-02-03 14:54:55 -05:00
.vscode complete new/change/reload exp 2023-02-02 17:27:39 -05:00
.gitignore finsihed Program Settings 2023-02-01 16:38:02 -05:00
ClassDigitizer2Gen.cpp add back the test.cpp, add many channels settings 2023-01-27 18:52:03 -05:00
ClassDigitizer2Gen.h thread on read data 2023-01-30 18:40:24 -05:00
digiSettings.cpp change digi to be pointer of pointer 2023-02-02 19:01:10 -05:00
digiSettings.h change digi to be pointer of pointer 2023-02-02 19:01:10 -05:00
Event.h have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
influxdb.cpp have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
influxdb.h have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
main.cpp have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
mainwindow.cpp prasing IPListStr into list of IP 2023-02-03 14:54:55 -05:00
mainwindow.h prasing IPListStr into list of IP 2023-02-03 14:54:55 -05:00
README.md added digiSettings panel 2023-01-25 17:16:14 -05:00
script.C add more on the main window 2023-01-31 18:59:12 -05:00
SOLARIS_favicon.png have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
SOLARIS_Qt6_DAQ.pro added digiSettings panel 2023-01-25 17:16:14 -05:00
SolReader.h add more on the main window 2023-01-31 18:59:12 -05:00
test.cpp add back the test.cpp, add many channels settings 2023-01-27 18:52:03 -05:00

Required / Development enviroment

Ubuntu 22.04

CAEN_DIG2_v1.5.3

CAEN_FELIB_v1.2.2

sudo apt install qt6-base-dev libcurl4-openssl-dev

Digitizer firmware V2745-dpp-pha-2022092903.cup

Compile

use qmake6 -project to generate the *.pro

in the *.pro, add

QT += widgets

LIBS += -lcurl -lCAEN_FELib

then run qmake6 *.pro it will generate Makefile

then make