Changeset 5929 in ntrip
- Timestamp:
- Aug 15, 2014, 10:11:12 AM (11 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5928 r5929 94 94 _runningRealTime = false; 95 95 _runningPostProcessingReqc = false; 96 _runningPostProcessingPPP = false;97 96 _reqcActionComboBox = 0; // necessary for enableStartStop() 98 97 … … 1646 1645 saveOptions(); 1647 1646 if ( _pppWidgets._dataSource->currentText() == "RINEX Files") { 1648 _runningPostProcessingPPP = true;1649 1647 _actStart->setEnabled(false); 1650 1648 BNC_CORE->startPPP(false); -
trunk/BNC/src/bncwindow.h
r5926 r5929 223 223 bool _runningRealTime; 224 224 bool _runningPostProcessingReqc; 225 bool _runningPostProcessingPPP;226 225 227 226 bncMapWin* _mapWin;
Note:
See TracChangeset
for help on using the changeset viewer.