Exemple #1
0
 public PTU303(ref VaisalaUpdateGui pbarug)
 {
     try
     {
         throw new NotImplementedException();
     }
     catch (NotImplementedException)
     {
         MessageBox.Show("PTU303 has not been implemented yet");
     }
 }
Exemple #2
0
 public PTB220TS(ref VaisalaUpdateGui pbarug)
 {
     update_gui     = pbarug;
     error_reported = false;
     //m = m_;
     slope = false;
     rising_falling_valid = false;
     //thread to control and monitor the barometer
     serialPortThread = new Thread(new ThreadStart(Query));
     //watcher = new SerialPortWatcher();
     current_exe_stage = BarometerExecutionStage.INIT;
     serialPortThread.Start();
 }