SignalTowerBase对象中的方法GenerateOccurredRtEventDict()更名为PollRtAlarms()。
This commit is contained in:
SL 2023-06-21 15:29:26 +08:00
parent b21ac05ca8
commit 9665f49800
1 changed files with 2 additions and 2 deletions

View File

@ -430,7 +430,7 @@ namespace MECF.Framework.Common.Device.Bases
/// 获取RT中已触发的事件列表。
/// </summary>
/// <returns></returns>
private static DicEventActions GenerateOccurredRtEventDict(DicEventActions dicEvents)
private static DicEventActions PollRtAlarms(DicEventActions dicEvents)
{
if (dicEvents == null)
return new DicEventActions();
@ -469,7 +469,7 @@ namespace MECF.Framework.Common.Device.Bases
// 需要从RT拉取事件状态
if (isPollDataNeeded)
dicEventsTmp = GenerateOccurredRtEventDict(dicEvents);
dicEventsTmp = PollRtAlarms(dicEvents);
// 保存触发的事件名称列表。
var eventsBuzzerNotOff = dicEventsTmp