init
This commit is contained in:
48
Common/DTS.Common/Enums/DASFactory/ConstantsAndEnums.cs
Normal file
48
Common/DTS.Common/Enums/DASFactory/ConstantsAndEnums.cs
Normal file
@@ -0,0 +1,48 @@
|
||||
namespace DTS.Common.Enums.DASFactory
|
||||
{
|
||||
public static class ConstantsAndEnums
|
||||
{
|
||||
/// <summary>
|
||||
/// This tells us what type of device it is
|
||||
/// </summary>
|
||||
public enum DASType
|
||||
{
|
||||
NONE,
|
||||
HID_SLICE,
|
||||
WINUSB_SLICE,
|
||||
G5,
|
||||
SIM,
|
||||
TOM,
|
||||
DIM,
|
||||
TSR,
|
||||
HEADS,
|
||||
MINIDAU,
|
||||
ETHERNET_SLICE,
|
||||
ETHERNET_RIBEYE,
|
||||
SLICE_DB,
|
||||
TSR2,
|
||||
ETHERNET_TDAS,
|
||||
CDCUSB_SLICE,
|
||||
ETHERNET_SLICE2,
|
||||
WINUSB_SLICE1_5,
|
||||
ETHERNET_SLICE1_5,
|
||||
ETHERNET_SLICE6,
|
||||
ETHERNET_SLICE6AIR,
|
||||
WINUSB_SLICE6,
|
||||
WINUSB_SLICE6AIR,
|
||||
ETHERNET_SLICE6DB,
|
||||
SERIAL_TDAS
|
||||
}
|
||||
public enum VoltageStatusColor
|
||||
{
|
||||
Green,
|
||||
Red,
|
||||
Yellow,
|
||||
Off
|
||||
}
|
||||
|
||||
public const int EVENT_NUMBER_PRETEST_DIAG = -1;
|
||||
public const int EVENT_NUMBER_POSTTEST_DIAG = -2;
|
||||
public const int EVENT_NUMBER_MEASURE_BRIDGE = -3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user