虚拟探测器与实时切换按钮的绑定

This commit is contained in:
zhengxuan.zhang
2026-05-15 16:51:21 +08:00
parent 8e9ef312ad
commit e9d388beb2
10 changed files with 153 additions and 19 deletions
@@ -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
}
}