Changeset 3181 in ntrip
- Timestamp:
- Mar 29, 2011, 5:48:33 PM (14 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnc.pro
r3178 r3181 42 42 bancroft.h bncmodel.h bncfigureppp.h bncrawfile.h \ 43 43 bnctides.h bncmap.h bncmapview.h bncantex.h \ 44 bncephuser.h bncoutf.h 44 bncephuser.h bncoutf.h bncclockrinex.h bncsp3.h \ 45 45 upload/bncrtnetdecoder.h upload/bncuploadcaster.h \ 46 upload/bncclockrinex.h upload/bncsp3.h \47 46 RTCM/GPSDecoder.h RTCM/RTCM2.h RTCM/RTCM2Decoder.h \ 48 47 RTCM/RTCM2_2021.h RTCM/rtcm_utils.h \ … … 75 74 bancroft.cpp bncmodel.cpp bncfigureppp.cpp bncrawfile.cpp \ 76 75 bnctides.cpp bncmap.cpp bncmapview.cpp bncantex.cpp \ 77 bncephuser.cpp bncoutf.cpp 76 bncephuser.cpp bncoutf.cpp bncclockrinex.cpp bncsp3.cpp \ 78 77 upload/bncrtnetdecoder.cpp upload/bncuploadcaster.cpp \ 79 upload/bncclockrinex.cpp upload/bncsp3.cpp \80 78 RTCM/RTCM2.cpp RTCM/RTCM2Decoder.cpp \ 81 79 RTCM/RTCM2_2021.cpp RTCM/rtcm_utils.cpp \ … … 106 104 exists(combination/bnccomb.h) { 107 105 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 114 108 } 115 109 -
trunk/BNC/combination/bnccomb.cpp
r3143 r3181 25 25 #include "bncutils.h" 26 26 #include "bncpppclient.h" 27 #include "bn ssp3.h"27 #include "bncsp3.h" 28 28 #include "bncantex.h" 29 29 #include "bnctides.h" … … 185 185 QString interval = ""; 186 186 int sampl = 0; 187 _sp3 = new bn sSP3(prep, ext, path, interval, sampl);187 _sp3 = new bncSP3(prep, ext, path, interval, sampl); 188 188 } 189 189 -
trunk/BNC/combination/bnccomb.h
r3138 r3181 8 8 9 9 class cmbCaster; 10 class bn sSP3;10 class bncSP3; 11 11 class bncAntex; 12 12 … … 89 89 QString _outName; 90 90 std::ofstream* _out; 91 bn sSP3* _sp3;91 bncSP3* _sp3; 92 92 bool _append; 93 93 bncAntex* _antex;
Note:
See TracChangeset
for help on using the changeset viewer.