虚拟探测器与实时切换按钮的绑定
This commit is contained in:
@@ -19,6 +19,11 @@ namespace XP.Hardware.Detector.Abstractions.Enums
|
||||
/// <summary>
|
||||
/// Hamamatsu 探测器 | Hamamatsu detector (预留)
|
||||
/// </summary>
|
||||
Hamamatsu = 2
|
||||
Hamamatsu = 2,
|
||||
|
||||
/// <summary>
|
||||
/// 软件模拟探测器,用于集成验证(无需硬件)| Software simulated detector for integration testing (no hardware required)
|
||||
/// </summary>
|
||||
Simulated = 99
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user