Changeset 3181 in ntrip for trunk/BNC/combination
- Timestamp:
- Mar 29, 2011, 5:48:33 PM (14 years ago)
- Location:
- trunk/BNC/combination
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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 -
TabularUnified 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.