Changeset 7298 in ntrip


Ignore:
Timestamp:
Sep 22, 2015, 10:44:09 PM (9 years ago)
Author:
stuerze
Message:

some restructuring

Location:
trunk/BNC/src
Files:
4 edited

Legend:

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

    r7291 r7298  
    5353#include "rinex/rnxnavfile.h"
    5454#include "pppMain.h"
    55 
    56 #ifdef USE_COMBINATION
    57 #  include "combination/bnccomb.h"
    58 #endif
     55#include "combination/bnccomb.h"
    5956
    6057using namespace std;
     
    7673  _rawFile     = 0;
    7774  _caster      = 0;
    78 #ifdef USE_COMBINATION
    7975  _bncComb     = 0;
    80 #endif
    8176
    8277  // Eph file(s)
     
    145140  delete _dateAndTimeGPS;
    146141  delete _rawFile;
    147 
    148 #ifdef USE_COMBINATION
    149142  delete _bncComb;
    150 #endif
    151143}
    152144
     
    707699////////////////////////////////////////////////////////////////////////////
    708700void t_bncCore::initCombination() {
    709 #ifdef USE_COMBINATION
    710701  _bncComb = new bncComb();
    711702  if (_bncComb->nStreams() < 1) {
     
    713704    _bncComb = 0;
    714705  }
    715 #endif
    716706}
    717707
     
    719709////////////////////////////////////////////////////////////////////////////
    720710void t_bncCore::stopCombination() {
    721 #ifdef USE_COMBINATION
    722711  delete _bncComb;
    723712  _bncComb = 0;
    724 #endif
    725713}
    726714
  • trunk/BNC/src/bnccore.h

    r6598 r7298  
    4646  enum e_mode {interactive, nonInteractive, batchPostProcessing};
    4747  t_bncCore();
    48   ~t_bncCore(); 
     48  ~t_bncCore();
    4949  static t_bncCore* instance();
    5050  e_mode            mode() const {return _mode;}
     
    6060  void              setConfFileName(const QString& confFileName);
    6161  QString           confFileName() const {return _confFileName;}
    62   void              writeRawData(const QByteArray& data, const QByteArray& staID, 
     62  void              writeRawData(const QByteArray& data, const QByteArray& staID,
    6363                                const QByteArray& format);
    6464  void             initCombination();
     
    107107  void mapSpeedSliderChanged(int);
    108108  void stopRinexPPP();
    109    
     109
    110110 private slots:
    111111  void slotNewConnectionEph();
     
    116116  void  printEphHeader();
    117117  void  printEph(const t_eph& eph, bool printFile);
    118   void  printOutputEph(bool printFile, QTextStream* stream, 
     118  void  printOutputEph(bool printFile, QTextStream* stream,
    119119                       const QString& strV2, const QString& strV3);
    120120  void  messagePrivate(const QByteArray& msg);
     
    145145  QTcpServer*            _serverCorr;
    146146  QList<QTcpSocket*>*    _socketsCorr;
    147   int                    _portNMEA;
    148147  QTcpServer*            _serverNMEA;
    149148  QList<QTcpSocket*>*    _socketsNMEA;
  • trunk/BNC/src/bncwindow.cpp

    r7297 r7298  
    619619  _aogroup->addTab(pppGroup3,tr("PPP (3)"));
    620620  _aogroup->addTab(pppGroup4,tr("PPP (4)"));
    621 
    622 #ifdef USE_COMBINATION
    623621  _aogroup->addTab(cmbgroup,tr("Combine Corrections"));
    624 #endif
    625622  _aogroup->addTab(uploadgroup,tr("Upload Corrections"));
    626623  _aogroup->addTab(uploadEphgroup,tr("Upload Ephemeris"));
  • trunk/BNC/src/src.pri

    r7239 r7298  
    4040          bncnetquery.h bncnetqueryv1.h bncnetqueryv2.h               \
    4141          bncnetqueryrtp.h bncsettings.h latencychecker.h             \
    42           bncipport.h bncnetqueryv0.h bncnetqueryudp.h                \ 
    43           bncnetqueryudp0.h bncudpport.h bnctime.h                    \ 
    44           bncserialport.h bncnetquerys.h bncfigure.h                  \ 
    45           bncfigurelate.h bncversion.h                                \ 
    46           bncfigureppp.h bncrawfile.h                                 \ 
     42          bncipport.h bncnetqueryv0.h bncnetqueryudp.h                \
     43          bncnetqueryudp0.h bncudpport.h bnctime.h                    \
     44          bncserialport.h bncnetquerys.h bncfigure.h                  \
     45          bncfigurelate.h bncversion.h                                \
     46          bncfigureppp.h bncrawfile.h                                 \
    4747          bncmap.h bncantex.h bncephuser.h                            \
    4848          bncoutf.h bncclockrinex.h bncsp3.h bncsinextro.h            \
     
    6565          rinex/graphwin.h         rinex/polarplot.h                  \
    6666          rinex/availplot.h        rinex/eleplot.h                    \
    67           rinex/dopplot.h          orbComp/sp3Comp.h
     67          rinex/dopplot.h          orbComp/sp3Comp.h                  \
     68          combination/bnccomb.h
    6869
    6970HEADERS       += serial/qextserialbase.h serial/qextserialport.h
     
    7172win32:HEADERS += serial/win_qextserialport.h
    7273
    73 SOURCES =             bncgetthread.cpp  bncwindow.cpp bnctabledlg.cpp \
     74SOURCES = bncgetthread.cpp  bncwindow.cpp bnctabledlg.cpp            \
    7475          bnccaster.cpp bncrinex.cpp bnccore.cpp bncutils.cpp         \
    7576          bncconst.cpp bnchtml.cpp bnchlpdlg.cpp bnctableitem.cpp     \
     
    101102          rinex/graphwin.cpp       rinex/polarplot.cpp                \
    102103          rinex/availplot.cpp      rinex/eleplot.cpp                  \
    103           rinex/dopplot.cpp        orbComp/sp3Comp.cpp
     104          rinex/dopplot.cpp        orbComp/sp3Comp.cpp                \
     105          combination/bnccomb.cpp
    104106
    105107SOURCES       += serial/qextserialbase.cpp serial/qextserialport.cpp
     
    111113QT += network
    112114
    113 exists(combination/bnccomb.h) {
    114   DEFINES += USE_COMBINATION
    115   HEADERS += combination/bnccomb.h
    116   SOURCES += combination/bnccomb.cpp
    117 }
    118 
    119115exists(PPP) {
    120116  INCLUDEPATH += PPP
     
    122118  HEADERS += PPP/pppClient.h    PPP/pppObsPool.h   PPP/pppEphPool.h   \
    123119             PPP/pppStation.h   PPP/pppFilter.h    PPP/pppParlist.h   \
    124              PPP/pppSatObs.h           
     120             PPP/pppSatObs.h
    125121  SOURCES += PPP/pppClient.cpp  PPP/pppObsPool.cpp PPP/pppEphPool.cpp \
    126              PPP/pppStation.cpp PPP/pppFilter.cpp  PPP/pppParlist.cpp \ 
    127              PPP/pppSatObs.cpp     
     122             PPP/pppStation.cpp PPP/pppFilter.cpp  PPP/pppParlist.cpp \
     123             PPP/pppSatObs.cpp
    128124}
    129125else {
     
    149145
    150146macx {
    151   exists("$$[QT_INSTALL_LIBS]/QtWebKit.framework") { 
     147  exists("$$[QT_INSTALL_LIBS]/QtWebKit.framework") {
    152148    DEFINES += QT_WEBKIT
    153149  }
Note: See TracChangeset for help on using the changeset viewer.