예제 #1
0
 public bool ListLaserOn(double msec)
 {
     if (this.CtlGetStatus(RtcStatus.Aborted))
     {
         return(false);
     }
     if (!this.IsListReady(1))
     {
         return(false);
     }
     RTC5Wrap.n_laser_on_list(this.Index + 1, (uint)(msec / 100.0));
     return(true);
 }