Changeset 292 in ntrip


Ignore:
Timestamp:
Nov 10, 2006, 10:19:40 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r280 r292  
    3939 *
    4040 * -----------------------------------------------------------------------*/
     41
     42#include <stdlib.h>
    4143
    4244#include <QSettings>
     
    388390  _out.close();
    389391  if (!_rnxScriptName.isEmpty()) {
    390     _rnxScript.start(_rnxScriptName, QStringList() << _fName);
    391   }
    392 }
     392    system( QString(_rnxScriptName + " " + _fName + " &").toAscii().data() );
     393  }
     394}
  • trunk/BNC/bncrinex.h

    r280 r292  
    5757   QDateTime           _nextCloseEpoch;
    5858   QString             _rnxScriptName;
    59    QProcess            _rnxScript;
    6059   QUrl                _mountPoint;
    6160   QString             _pgmName;
Note: See TracChangeset for help on using the changeset viewer.