init
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
namespace DatabaseImport
|
||||
{
|
||||
public enum HardwareTypes
|
||||
{
|
||||
SLICE_Base = 0,
|
||||
SLICE_Bridge = 1,
|
||||
SLICE_Distributor = 2,
|
||||
TDAS_Pro_Rack = 3,
|
||||
SLICE2_IEPE_Hi = 4,
|
||||
SLICE2_IEPE_Lo = 5,
|
||||
SLICE2_Bridge_Hi = 6,
|
||||
SLICE2_Bridge_Lo = 7,
|
||||
SLICE2_Base = 8,
|
||||
TOM = 9,
|
||||
SIM = 10,
|
||||
DIM = 11,
|
||||
G5VDS = 12,
|
||||
Ribeye = 13,
|
||||
RibeyeLED = 14,
|
||||
SLICE_IEPE = 15,
|
||||
SLICE1_5_Nano_Base = 16,
|
||||
SLICE_Micro_Base = 17,
|
||||
SLICE_NANO_Base = 18,
|
||||
SLICE2_SIM = 19,
|
||||
SLICE2_DIM = 20,
|
||||
SLICE2_TOM = 21,
|
||||
//G5IPORT=22,
|
||||
G5INDUMMY = 23,
|
||||
SLICE_EthernetController = 24,
|
||||
SLICE1_5_Micro_Base = 25,
|
||||
SLICE_LabEthernet = 26,
|
||||
SLICE2_SLS = 27,
|
||||
SLICE1_G5Stack = 28,
|
||||
SLICE2_SLT = 29,
|
||||
SLICE2_SLD = 30,
|
||||
TDAS_LabRack = 31,
|
||||
SLICE6_Base = 32,
|
||||
SLICE6DB = 33
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user