Changeset 5887 in ntrip


Ignore:
Timestamp:
Aug 8, 2014, 4:20:33 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r5872 r5887  
    5151#include "bncversion.h"
    5252#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"
    5755#include "PPP/pppMain.h"
    5856
     
    157155  }
    158156
    159 #ifdef USE_POSTPROCESSING
    160 
    161157  // Post-Processing reqc edit
    162158  // -------------------------
     
    174170    reqcAnalyze->start();
    175171  }
    176 
    177 #endif
    178172
    179173  // Non-Interactive (data gathering)
  • trunk/BNC/src/bncwindow.cpp

    r5880 r5887  
    6464#include "reqcdlg.h"
    6565#include "bncmap.h"
     66#include "rinex/reqcedit.h"
     67#include "rinex/reqcanalyze.h"
     68#include "PPP/pppMain.h"
    6669#ifdef QT_WEBKIT
    6770#  include "map/bncmapwin.h"
    6871#endif
    69 #ifdef USE_POSTPROCESSING
    70 #  include "rinex/reqcedit.h"
    71 #  include "rinex/reqcanalyze.h"
    72 #endif
    73 
    74 #include "PPP/pppMain.h"
    7572
    7673using namespace std;
     
    23772374////////////////////////////////////////////////////////////////////////////
    23782375void bncWindow::startPostProcessingReqc() {
    2379 #ifdef USE_POSTPROCESSING
    23802376  _runningPostProcessingReqc = true;
    23812377  enableStartStop();
     
    23922388    reqcEdit->start();
    23932389  }
    2394 #else
    2395   QMessageBox::information(this, "Information",
    2396                            "Post-Processing Not Permitted");
    2397 #endif
    23982390}
    23992391
Note: See TracChangeset for help on using the changeset viewer.