From e1ac4d0e483426d5a410b6b4ae04e819f59b621e Mon Sep 17 00:00:00 2001 From: wells.liu <wells.liu@broconcentric.com> Date: 星期五, 03 七月 2020 10:48:30 +0800 Subject: [PATCH] 基类+板卡驱动修改 --- src/Bro.Common.Model/Helper/EnumHelper.cs | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/Bro.Common.Model/Helper/EnumHelper.cs b/src/Bro.Common.Model/Helper/EnumHelper.cs index 15d0610..a264b4a 100644 --- a/src/Bro.Common.Model/Helper/EnumHelper.cs +++ b/src/Bro.Common.Model/Helper/EnumHelper.cs @@ -523,9 +523,9 @@ } /// <summary> - /// 椹揪IO瀹氫箟绫诲瀷 + /// IO瀹氫箟绫诲瀷 /// </summary> - public enum MotorIODefine + public enum IODefine { Nothing, InputStartLeft, @@ -594,5 +594,22 @@ [Description("OUTPUT")] Out = 1 } + + /// <summary> + /// PubSubCenter浜嬩欢涓績鐨勬秷鎭被鍨� + /// </summary> + public enum PubSubCenterMessageType + { + /// <summary> + /// 杩愯鐣岄潰鏇存柊浜у搧涓嬫媺 + /// </summary> + [Description("鏇存柊浜у搧涓嬫媺")] + UpdateProductionCodes, + ///// <summary> + ///// 鏇存柊鏁版嵁 + ///// </summary> + //[Description("鏇存柊鏁版嵁")] + //UpdateData, + } } } -- Gitblit v1.8.0