Skip to content
Snippets Groups Projects
Lan's avatar
Lan Dam authored
 change dir_names to list_of_dir, current directory to gps dialog because there can be more than one folder loaded; change from read_from_file_list to get_file_list(); remove try catch in get_file_list() because it is catch at the call of this function
317ad36d
History

SOHStationViewer

Description

Visualize State-of-Health packets from raw data recorded by different type of dataloggers.

Directory Structure

sohstationviewer/
model/
core/
view/
core/ ui/
controller/
core/

tests/

Directory Description

sohstationviewer/
All codes for running sohstationviewer.
sohstationviewer/model/
Codes for reading data from raw files and setting data from config files.
sohstationviewer/view/
Codes for Graphical User Interface (GUI).
sohstationviewer/view/ui/
ui files from QtDesigner.
sohstationviewer/controller/
Codes for logical processes.
tests/
Unittest files for the codes. (GUI will not be tested)

License

GNU General Public License v3 (GPLv3)