JSONize Job & Criteria files (BU on just before finishing evaluation).
* Read both old and json Job-files, write only Json. * Restructure UI-code, ** move related funcs to F_MAIN class, ** remove Export_GUI.vb & utils_GUI.vb, ** move read Shape-file into Input.vb. * FIX Start counting from 0 on arrays for Anemometer-factors and measurement-data. * UI: Dropped dummy file-paths for unspecified job-files. * log: gather all log-routines jn utils.vb. * json: Change constructor sequence for cJsonFile-subclasses, require Body to be given on constructor.
Showing
- BUILD.md 1 addition, 1 deletionBUILD.md
- CSE/ApplicationEvents.vb 2 additions, 2 deletionsCSE/ApplicationEvents.vb
- CSE/CSE.vbproj 1 addition, 2 deletionsCSE/CSE.vbproj
- CSE/CSE_Globals.vb 2 additions, 4 deletionsCSE/CSE_Globals.vb
- CSE/Calculation/Signal_identification.vb 2 additions, 2 deletionsCSE/Calculation/Signal_identification.vb
- CSE/Calculation/main_calculation_call.vb 3 additions, 3 deletionsCSE/Calculation/main_calculation_call.vb
- CSE/GUI/Export_GUI.vb 0 additions, 102 deletionsCSE/GUI/Export_GUI.vb
- CSE/GUI/F_Main.Designer.vb 27 additions, 3 deletionsCSE/GUI/F_Main.Designer.vb
- CSE/GUI/F_Main.vb 354 additions, 91 deletionsCSE/GUI/F_Main.vb
- CSE/IO/cCriteria.vb 203 additions, 0 deletionsCSE/IO/cCriteria.vb
- CSE/IO/cJob.vb 334 additions, 0 deletionsCSE/IO/cJob.vb
- CSE/IO/cJsonFile.vb 30 additions, 27 deletionsCSE/IO/cJsonFile.vb
- CSE/IO/cPreferences.vb 13 additions, 9 deletionsCSE/IO/cPreferences.vb
- CSE/IO/cVehicle.vb 13 additions, 11 deletionsCSE/IO/cVehicle.vb
- CSE/IO/input.vb 85 additions, 0 deletionsCSE/IO/input.vb
- CSE/declaration_public.vb 2 additions, 4 deletionsCSE/declaration_public.vb
- CSE/utils.vb 124 additions, 3 deletionsCSE/utils.vb
Loading
Please register or sign in to comment