15 changed files with 89 additions and 20 deletions
-
7README.md
-
3appdep/iflytop/core/spdlogfactory/logger_factory.cpp
-
3appsrc/appbase/appbase.hpp
-
2appsrc/appbase/appbean/device_type_enum.cpp
-
11appsrc/appbase/appbean/device_type_enum.hpp
-
2appsrc/appconfig/basic/zappversion.hpp
-
4appsrc/baseservice/db/device_ext_setting_dao.cpp
-
4appsrc/baseservice/db/device_ext_setting_dao.hpp
-
2appsrc/service/app_core.cpp
-
11appsrc/service/calibration/h2o2_liquid_weight_sensor_calibration_service.cpp
-
1appsrc/service/device_info_mgr_service.cpp
-
17appsrc/service/hardware/disinfectant_weight_update_service.cpp
-
9appsrc/service/hardware/disinfectant_weight_update_service.hpp
-
29appsrc/service/setting/ext_setting_mgr_service.cpp
-
4appsrc/service/setting/ext_setting_mgr_service.hpp
@ -0,0 +1,2 @@ |
|||
#include "device_type_enum.hpp"
|
|||
DeviceTypeZENUM_IMPL |
@ -0,0 +1,11 @@ |
|||
#pragma once
|
|||
#include "iflytop/core/components/zenum_template/zenum_template.hpp"
|
|||
|
|||
#define DeviceTypeZENUM_IMPL ZENUM_IMPL(DeviceType, DeviceTypeLIST)
|
|||
#define DeviceTypeLIST(type, marco) /**/ \
|
|||
marco(type, DT_600N) /*大空间*/ \ |
|||
marco(type, DT_300N) /*小空间*/ \ |
|||
marco(type, DT_300W) /*管道式*/ \ |
|||
marco(type, DT_100N) /*拉杆箱*/ |
|||
|
|||
ZENUM_DECLAR(DeviceType, DeviceTypeLIST); |
@ -1,3 +1,3 @@ |
|||
#pragma once
|
|||
#define VERSION "2.0.2"
|
|||
#define VERSION "2.0.3"
|
|||
#define PROJECT_NAME "TRANSMIT_DM"
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue