2025-10-20T11:34:56
This commit is contained in:
parent
fe9936b3db
commit
1cd078ed79
Binary file not shown.
BIN
DSCAnalysisTool-release/bin/DSCAnalysisTool_1.3.5.1.exe
Normal file
BIN
DSCAnalysisTool-release/bin/DSCAnalysisTool_1.3.5.1.exe
Normal file
Binary file not shown.
5
DSCAnalysisTool-release/bin/log/20251017.log
Normal file
5
DSCAnalysisTool-release/bin/log/20251017.log
Normal file
@ -0,0 +1,5 @@
|
||||
[2025-10-17 15:29:41,244] main...
|
||||
[2025-10-17 15:29:41,245] config file existed.
|
||||
[2025-10-17 15:29:41,349] version:1.3.5.1
|
||||
[2025-10-17 15:29:41,462] setEventHandlerEnable...0
|
||||
[2025-10-17 15:29:45,651] serialport destructor.
|
5
DSCAnalysisTool-release/bin/log/20251020.log
Normal file
5
DSCAnalysisTool-release/bin/log/20251020.log
Normal file
@ -0,0 +1,5 @@
|
||||
[2025-10-20 10:09:12,021] main...
|
||||
[2025-10-20 10:09:12,021] config file existed.
|
||||
[2025-10-20 10:09:12,036] version:1.3.5.1
|
||||
[2025-10-20 10:09:12,045] setEventHandlerEnable...0
|
||||
[2025-10-20 10:14:59,230] serialport destructor.
|
@ -4,6 +4,7 @@
|
||||
#include <QtCore>
|
||||
|
||||
namespace ConfigHandler {
|
||||
// 仪器系数
|
||||
const QString ConInstrumentCoefficientStr = "InstrumentCoefficient";
|
||||
const float ConInstrumentCoefficientDefaultValue = 1.0;
|
||||
const QString ConConfigFilePath = QDir::currentPath() + "/config.json";
|
||||
|
@ -31,7 +31,7 @@ namespace Global {
|
||||
const QString TemperatureStr("temperature");
|
||||
const QString RateStr("rate");
|
||||
|
||||
//
|
||||
// 热焓修正系数
|
||||
const double DefaultParamter = 8.177;
|
||||
const double OnsetAndEndSetRate = 0.01;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user