Changeset 4176 in ntrip for trunk/BNC/upload
- Timestamp:
- May 15, 2012, 10:39:55 AM (13 years ago)
- Location:
- trunk/BNC/upload
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/upload/bncrtnetdecoder.cpp
r4111 r4176 75 75 hlp[2], hlp[0], outPort, 76 76 hlp[3], hlp[4], CoM, 77 hlp[6], hlp[7], "",77 hlp[6], hlp[7], 78 78 PID, SID, IOD, iRow); 79 79 newCaster->start(); -
trunk/BNC/upload/bncrtnetuploadcaster.cpp
r4174 r4176 32 32 const QString& sp3FileName, 33 33 const QString& rnxFileName, 34 const QString& outFileName,35 34 int PID, int SID, int IOD, int iRow) : 36 35 bncUploadCaster(mountpoint, outHost, outPort, password, iRow, 0) { … … 58 57 else { 59 58 _usedEph = new QMap<QString, t_eph*>; 60 }61 62 // Raw Output63 // ----------64 if (!outFileName.isEmpty()) {65 _outFile = new bncoutf(outFileName, intr, 0);66 }67 else {68 _outFile = 0;69 59 } 70 60 … … 199 189 wait(); 200 190 } 201 delete _outFile;202 191 delete _rnx; 203 192 delete _sp3; … … 350 339 processSatellite(eph, epoTime.gpsw(), epoTime.gpssec(), prn, 351 340 xx, sd, outLine); 352 if (_outFile) {353 _outFile->write(epoTime.gpsw(), epoTime.gpssec(), outLine);354 }355 341 } 356 342 -
trunk/BNC/upload/bncrtnetuploadcaster.h
r4174 r4176 24 24 const QString& sp3FileName, 25 25 const QString& rnxFileName, 26 const QString& outFileName,27 26 int PID, int SID, int IOD, int iRow); 28 27 void decodeRtnetStream(char* buffer, int bufLen); … … 60 59 double _scr; 61 60 double _t0; 62 bncoutf* _outFile;63 61 bncClockRinex* _rnx; 64 62 bncSP3* _sp3;
Note:
See TracChangeset
for help on using the changeset viewer.