更新菜单按钮
This commit is contained in:
@@ -84,6 +84,13 @@ namespace XP.Hardware.Detector.Implementations
|
||||
protected override Task<DetectorResult> BadPixelCorrectionInternalAsync(CancellationToken cancellationToken)
|
||||
=> Task.FromResult(DetectorResult.Success("模拟坏像素校正完成"));
|
||||
|
||||
protected override Task<DetectorResult> ApplyParametersInternalAsync(int binningIndex, int pga, decimal frameRate, CancellationToken cancellationToken)
|
||||
{
|
||||
_logger?.Info("[SimulatedDetector] 应用参数: Binning={Binning}, PGA={PGA}, FrameRate={FPS}",
|
||||
binningIndex, pga, frameRate);
|
||||
return Task.FromResult(DetectorResult.Success("模拟探测器参数应用成功"));
|
||||
}
|
||||
|
||||
public override DetectorInfo GetInfo() => new DetectorInfo
|
||||
{
|
||||
Type = DetectorType.Simulated,
|
||||
|
||||
Reference in New Issue
Block a user