Changeset 3722 in ntrip
- Timestamp:
- Feb 23, 2012, 7:19:03 PM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bnc.pro ¶
r3721 r3722 113 113 } 114 114 115 exists(rinex/postprocess.h) { 115 exists(rinex/bncpostprocess.h) { 116 116 DEFINES += USE_POSTPROCESSING 117 117 HEADERS += rinex/bncpostprocess.h rinex/rnxobsfile.h \ -
TabularUnified trunk/BNC/bncwindow.cpp ¶
r3686 r3722 62 62 #include "upload/bncephuploadcaster.h" 63 63 #include "qtfilechooser.h" 64 #include "bncpostprocess.h" 64 #ifdef USE_POSTPROCESSING 65 # include "rinex/bncpostprocess.h" 66 #endif 65 67 66 68 using namespace std; … … 2232 2234 //////////////////////////////////////////////////////////////////////////// 2233 2235 void bncWindow::slotStartPostProcessing() { 2234 2236 #ifdef USE_POSTPROCESSING 2235 2237 _actPostProcessing->setEnabled(false); 2236 2238 _actPostProcessing->setText("0 Epochs"); … … 2243 2245 2244 2246 postProcessing->start(); 2247 #else 2248 QMessageBox::information(this, "Information", 2249 "Post-Processing Not Permitted"); 2250 #endif 2245 2251 } 2246 2252 -
TabularUnified trunk/BNC/rinex/rnxobsfile.cpp ¶
r3720 r3722 42 42 #include <iomanip> 43 43 #include <sstream> 44 #include "r inex/rnxobsfile.h"44 #include "rnxobsfile.h" 45 45 #include "bncutils.h" 46 46
Note:
See TracChangeset
for help on using the changeset viewer.