コード例 #1
0
 public void stop()
 {
     ctrlSDR.stop();
     controlGenerator.stop();
     ctrlSDR          = null;
     sdrCATCommand    = null;
     controlGenerator = null;
 }
コード例 #2
0
ファイル: Process.cs プロジェクト: pa3gsb/RadioBerry
 public void stop()
 {
     ctrlSDR.stop();
     controlGenerator.stop();
     ctrlSDR = null;
     sdrCATCommand = null;
     controlGenerator = null;
 }
コード例 #3
0
        public void startWithoutSignal()
        {
            _stop = false;

            ctrlSDR       = new ControlPowerSDR();
            sdrCATCommand = new SDRCATCommand();

            initializeSDRProgram();

            measureNoiseFloor();
        }
コード例 #4
0
ファイル: Process.cs プロジェクト: pa3gsb/RadioBerry
        public void startWithoutSignal()
        {
            _stop = false;

            ctrlSDR = new ControlPowerSDR();
            sdrCATCommand = new SDRCATCommand();

            initializeSDRProgram();

            measureNoiseFloor();
        }