init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace DTS.Common.DAS.Concepts.DAS.Channel
|
||||
{
|
||||
[Flags]
|
||||
public enum LevelTriggerTypes
|
||||
{
|
||||
NONE = 0x00,
|
||||
OutsideWindow = 0x01,
|
||||
InsideWindow = 0x02,
|
||||
LessThan = 0x04,
|
||||
GreaterThan = 0x08
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user