|
@ -15,6 +15,7 @@ |
|
|
#include "iflytop/core/components/config_template/config_template.hpp"
|
|
|
#include "iflytop/core/components/config_template/config_template.hpp"
|
|
|
#include "project_constant.hpp"
|
|
|
#include "project_constant.hpp"
|
|
|
|
|
|
|
|
|
|
|
|
#define PROJECT_TYPES (string(PROJECT_LARGE_SPACE_DM) + "," + PROJECT_SMALL_SPACE_DM + "," + PROJECT_PIPE_DM + "," + PROJECT_DRAW_BAR_DM)
|
|
|
|
|
|
|
|
|
#define ConfigELEMENT_LIST(marco) \
|
|
|
#define ConfigELEMENT_LIST(marco) \
|
|
|
marco(string /* */, deviceId, "") /*设备ID*/ \ |
|
|
marco(string /* */, deviceId, "") /*设备ID*/ \ |
|
@ -23,8 +24,9 @@ |
|
|
marco(float /* */, dvalueCoefficient, 2) /*数值越小,相对消毒时间越长*/ \ |
|
|
marco(float /* */, dvalueCoefficient, 2) /*数值越小,相对消毒时间越长*/ \ |
|
|
marco(float /* */, disinfectantWeightCorrectionFactor, 0.8500000238418579) /**/ \ |
|
|
marco(float /* */, disinfectantWeightCorrectionFactor, 0.8500000238418579) /**/ \ |
|
|
marco(string /* */, printerUart, "/dev/ttyS5") /**/ \ |
|
|
marco(string /* */, printerUart, "/dev/ttyS5") /**/ \ |
|
|
marco(string /* */, projectType, PROJECT_LARGE_SPACE_DM) /**/ \ |
|
|
|
|
|
marco(bool /* */, testMode, false) /**/ |
|
|
|
|
|
|
|
|
marco(string /* */, projectTypes, PROJECT_TYPES) /**/ \ |
|
|
|
|
|
marco(string /* */, projectType, "") /**/ \ |
|
|
|
|
|
marco(bool /* */, testMode, false) /**/ |
|
|
|
|
|
|
|
|
configTemplateDEFILE_CONFIG_SERVICE2( //
|
|
|
configTemplateDEFILE_CONFIG_SERVICE2( //
|
|
|
GConfig, //
|
|
|
GConfig, //
|
|
|