Ejemplo n.º 1
0
 public void 实时采集(int 数据序号, float 数据值, int 时基)
 {
     if (this.延时采集开关)
     {
         // 采集
         _采集管理.实时采集(数据序号, 数据值, 时基);
     }
 }