Newer
Older

Lan Dam
committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
================
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)