Changeset 4176 in ntrip


Ignore:
Timestamp:
May 15, 2012, 10:39:55 AM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/upload
Files:
3 edited

Legend:

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

    r4111 r4176  
    7575                                                       hlp[2], hlp[0], outPort,
    7676                                                       hlp[3], hlp[4], CoM,
    77                                                        hlp[6], hlp[7], "",
     77                                                       hlp[6], hlp[7],
    7878                                                       PID, SID, IOD, iRow);
    7979      newCaster->start();
  • 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 
  • trunk/BNC/upload/bncrtnetuploadcaster.h

    r4174 r4176  
    2424                  const QString& sp3FileName,
    2525                  const QString& rnxFileName,
    26                   const QString& outFileName,
    2726                  int PID, int SID, int IOD, int iRow);
    2827  void decodeRtnetStream(char* buffer, int bufLen);
     
    6059  double         _scr;
    6160  double         _t0;
    62   bncoutf*       _outFile;
    6361  bncClockRinex* _rnx;
    6462  bncSP3*        _sp3;
Note: See TracChangeset for help on using the changeset viewer.