Ignore:
Timestamp:
May 15, 2012, 10:39:55 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/upload/bncrtnetuploadcaster.cpp

    r4174 r4176  
    3232                                 const QString& sp3FileName,
    3333                                 const QString& rnxFileName,
    34                                  const QString& outFileName,
    3534                                 int PID, int SID, int IOD, int iRow) :
    3635  bncUploadCaster(mountpoint, outHost, outPort, password, iRow, 0) {
     
    5857  else {
    5958    _usedEph = new QMap<QString, t_eph*>;
    60   }
    61 
    62   // Raw Output
    63   // ----------
    64   if (!outFileName.isEmpty()) {
    65     _outFile = new bncoutf(outFileName, intr, 0);
    66   }
    67   else {
    68     _outFile = 0;
    6959  }
    7060
     
    199189    wait();
    200190  }
    201   delete _outFile;
    202191  delete _rnx;
    203192  delete _sp3;
     
    350339        processSatellite(eph, epoTime.gpsw(), epoTime.gpssec(), prn,
    351340                         xx, sd, outLine);
    352         if (_outFile) {
    353           _outFile->write(epoTime.gpsw(), epoTime.gpssec(), outLine);
    354         }
    355341      }
    356342 
Note: See TracChangeset for help on using the changeset viewer.