2025-10-20T11:34:56

This commit is contained in:
yuntang 2025-10-20 11:34:57 +08:00
parent fe9936b3db
commit 1cd078ed79
6 changed files with 12 additions and 1 deletions

View 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.

View 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.

View File

@ -4,6 +4,7 @@
#include <QtCore>
namespace ConfigHandler {
// 仪器系数
const QString ConInstrumentCoefficientStr = "InstrumentCoefficient";
const float ConInstrumentCoefficientDefaultValue = 1.0;
const QString ConConfigFilePath = QDir::currentPath() + "/config.json";

View File

@ -31,7 +31,7 @@ namespace Global {
const QString TemperatureStr("temperature");
const QString RateStr("rate");
//
// 热焓修正系数
const double DefaultParamter = 8.177;
const double OnsetAndEndSetRate = 0.01;