Changeset 3181 in ntrip


Ignore:
Timestamp:
Mar 29, 2011, 5:48:33 PM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
3 edited
4 moved

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r3178 r3181  
    4242          bancroft.h bncmodel.h bncfigureppp.h bncrawfile.h           \
    4343          bnctides.h bncmap.h bncmapview.h bncantex.h                 \
    44           bncephuser.h bncoutf.h                                      \
     44          bncephuser.h bncoutf.h bncclockrinex.h bncsp3.h             \
    4545          upload/bncrtnetdecoder.h upload/bncuploadcaster.h           \
    46           upload/bncclockrinex.h upload/bncsp3.h                      \
    4746          RTCM/GPSDecoder.h RTCM/RTCM2.h RTCM/RTCM2Decoder.h          \
    4847          RTCM/RTCM2_2021.h RTCM/rtcm_utils.h                         \
     
    7574          bancroft.cpp bncmodel.cpp bncfigureppp.cpp bncrawfile.cpp   \
    7675          bnctides.cpp bncmap.cpp bncmapview.cpp bncantex.cpp         \
    77           bncephuser.cpp bncoutf.cpp                                  \
     76          bncephuser.cpp bncoutf.cpp bncclockrinex.cpp bncsp3.cpp     \
    7877          upload/bncrtnetdecoder.cpp upload/bncuploadcaster.cpp       \
    79           upload/bncclockrinex.cpp upload/bncsp3.cpp                  \
    8078          RTCM/RTCM2.cpp RTCM/RTCM2Decoder.cpp                        \
    8179          RTCM/RTCM2_2021.cpp RTCM/rtcm_utils.cpp                     \
     
    106104exists(combination/bnccomb.h) {
    107105  DEFINES += USE_COMBINATION
    108   HEADERS += combination/bnccomb.h   combination/cmbcaster.h \
    109              combination/bnssp3.h    combination/bnsoutf.h   \
    110              combination/bnsutils.h                       
    111   SOURCES += combination/bnccomb.cpp combination/cmbcaster.cpp \
    112              combination/bnssp3.cpp  combination/bnsoutf.cpp   \
    113              combination/bnsutils.cpp
     106  HEADERS += combination/bnccomb.h   combination/cmbcaster.h
     107  SOURCES += combination/bnccomb.cpp combination/cmbcaster.cpp
    114108}
    115109
  • trunk/BNC/combination/bnccomb.cpp

    r3143 r3181  
    2525#include "bncutils.h"
    2626#include "bncpppclient.h"
    27 #include "bnssp3.h"
     27#include "bncsp3.h"
    2828#include "bncantex.h"
    2929#include "bnctides.h"
     
    185185    QString interval  = "";
    186186    int     sampl     = 0;
    187     _sp3 = new bnsSP3(prep, ext, path, interval, sampl);
     187    _sp3 = new bncSP3(prep, ext, path, interval, sampl);
    188188  }
    189189
  • trunk/BNC/combination/bnccomb.h

    r3138 r3181  
    88
    99class cmbCaster;
    10 class bnsSP3;
     10class bncSP3;
    1111class bncAntex;
    1212
     
    8989  QString               _outName;
    9090  std::ofstream*        _out;
    91   bnsSP3*               _sp3;
     91  bncSP3*               _sp3;
    9292  bool                  _append;
    9393  bncAntex*             _antex;
Note: See TracChangeset for help on using the changeset viewer.