Newer
Older
RbFreqStand / RbFreqStandMeasure / R_DevService / Service / CounterCheckService.cs
yxw on 9 Apr 2021 267 bytes 添加信号源接口
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Casic.Birmm.RbFreqStandMeasure.R_DevService.Service
{
    interface CounterCheckService
    {
        bool passTest(int testValue);

        void beginTest();

    }
}