Changeset 5926 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Aug 15, 2014, 8:48:50 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5905 r5926  
    9494  _runningRealTime           = false;
    9595  _runningPostProcessingReqc = false;
     96  _runningPostProcessingPPP  = false;
    9697  _reqcActionComboBox        = 0; // necessary for enableStartStop()
    9798
     
    16441645void bncWindow::slotStart() {
    16451646  saveOptions();
    1646   if ( !_reqcActionComboBox->currentText().isEmpty() ) {
     1647  if      ( _pppWidgets._dataSource->currentText() == "RINEX Files") {
     1648    _runningPostProcessingPPP = true;
     1649    BNC_CORE->startPPP(true);
     1650  }
     1651  else if ( !_reqcActionComboBox->currentText().isEmpty() ) {
    16471652    startPostProcessingReqc();
    16481653  }
    16491654  else {
    16501655    startRealTime();
    1651   }
    1652   BNC_CORE->startPPP(true);
     1656    BNC_CORE->startPPP(true);
     1657  }
    16531658}
    16541659
Note: See TracChangeset for help on using the changeset viewer.