Skip to content

Commit

Permalink
Update comments showing discussion required
Browse files Browse the repository at this point in the history
  • Loading branch information
Archie-Miller committed Dec 17, 2024
1 parent 0c78880 commit dc56b0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Libraries/Opc.Ua.Server/Subscription/MonitoredItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,9 @@ protected bool CanSendFilteredAlarm(FilterContext context, EventFilter filter, I

if ( passedFilter )
{
// if (alarmCondition.Retain.Value)
// Archie - December 17 2024
// Requires discussion with Part 9 Editor
// if (alarmCondition.Retain.Value)
{
conditionIds.Add(key);
}
Expand Down
2 changes: 2 additions & 0 deletions Tests/Opc.Ua.Server.Tests/FilterRetainTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

// Archie - December 17 2024
// Requires discussion with Part 9 Editor
#define AddActiveState

using System;
Expand Down

0 comments on commit dc56b0a

Please sign in to comment.