Changeset 292 in ntrip
- Timestamp:
- Nov 10, 2006, 10:19:40 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r280 r292 39 39 * 40 40 * -----------------------------------------------------------------------*/ 41 42 #include <stdlib.h> 41 43 42 44 #include <QSettings> … … 388 390 _out.close(); 389 391 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 57 57 QDateTime _nextCloseEpoch; 58 58 QString _rnxScriptName; 59 QProcess _rnxScript;60 59 QUrl _mountPoint; 61 60 QString _pgmName;
Note:
See TracChangeset
for help on using the changeset viewer.