Changeset 5887 in ntrip
- Timestamp:
- Aug 8, 2014, 4:20:33 PM (11 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmain.cpp
r5872 r5887 51 51 #include "bncversion.h" 52 52 #include "upload/bncephuploadcaster.h" 53 #ifdef USE_POSTPROCESSING 54 # include "rinex/reqcedit.h" 55 # include "rinex/reqcanalyze.h" 56 #endif 53 #include "rinex/reqcedit.h" 54 #include "rinex/reqcanalyze.h" 57 55 #include "PPP/pppMain.h" 58 56 … … 157 155 } 158 156 159 #ifdef USE_POSTPROCESSING160 161 157 // Post-Processing reqc edit 162 158 // ------------------------- … … 174 170 reqcAnalyze->start(); 175 171 } 176 177 #endif178 172 179 173 // Non-Interactive (data gathering) -
trunk/BNC/src/bncwindow.cpp
r5880 r5887 64 64 #include "reqcdlg.h" 65 65 #include "bncmap.h" 66 #include "rinex/reqcedit.h" 67 #include "rinex/reqcanalyze.h" 68 #include "PPP/pppMain.h" 66 69 #ifdef QT_WEBKIT 67 70 # include "map/bncmapwin.h" 68 71 #endif 69 #ifdef USE_POSTPROCESSING70 # include "rinex/reqcedit.h"71 # include "rinex/reqcanalyze.h"72 #endif73 74 #include "PPP/pppMain.h"75 72 76 73 using namespace std; … … 2377 2374 //////////////////////////////////////////////////////////////////////////// 2378 2375 void bncWindow::startPostProcessingReqc() { 2379 #ifdef USE_POSTPROCESSING2380 2376 _runningPostProcessingReqc = true; 2381 2377 enableStartStop(); … … 2392 2388 reqcEdit->start(); 2393 2389 } 2394 #else2395 QMessageBox::information(this, "Information",2396 "Post-Processing Not Permitted");2397 #endif2398 2390 } 2399 2391
Note:
See TracChangeset
for help on using the changeset viewer.