Package to implement
display for dvs core
- This application (Qt4 implemetation) is supposed to be the
replacement of the java implementation of the dvs display. It should
provide the same functionalities as the old dvs_gui.
- New gui is started with:
- dvs_start_gui [database_file]
[partition]
database_file
configuration database (you must specify it unless you have defined
TDAQ_DB_DATA
(can be specified relatively to cwd or to TDAQ_DB_PATH)
partition
selected partition (must specify unless you have defined TDAQ_PARTITION)
- igui starts the new dvs gui
- It uses QTUtils package.
- Options not implemented yet:
- New options:
- DVS Output: a separate window will print the dvs output during
a test session
- Remove Hardware-OFF : will not load from the database the
hardware components that have state set to OFF. The corresponding
applications running on these machines will not be loaded neither.
- Online Help is implemented.
- TO DO:
- add progress bar on the main window to show the evolution of
the testing session