Changeset 464 in ntrip for trunk/BNC/bncrinex.cpp


Ignore:
Timestamp:
May 27, 2007, 5:58:28 PM (17 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r446 r464  
    11// Part of BNC, a utility for retrieving decoding and
    2 // converting GNSS data streams from NTRIP broadcasters,
    3 // written by Leos Mervart.
     2// converting GNSS data streams from NTRIP broadcasters.
    43//
    5 // Copyright (C) 2006
     4// Copyright (C) 2007
    65// German Federal Agency for Cartography and Geodesy (BKG)
    76// http://www.bkg.bund.de
    8 // Czech Technical University Prague, Department of Advanced Geodesy
     7// Czech Technical University Prague, Department of Geodesy
    98// http://www.fsv.cvut.cz
    109//
     
    511510  if (!_rnxScriptName.isEmpty()) {
    512511
    513 //    cout << "BEG "
    514 //         << QTime::currentTime().toString("hh:mm:ss.zzz ").toAscii().data()
    515 //         << _statID.data() << endl;
    516 
    517512#ifdef WIN32
    518513    QProcess::startDetached(_rnxScriptName, QStringList() << _fName) ;
     
    521516#endif
    522517
    523 //    cout << "END "
    524 //         << QTime::currentTime().toString("hh:mm:ss.zzz ").toAscii().data()
    525 //         << _statID.data() << endl;
    526 
    527   }
    528 }
     518  }
     519}
Note: See TracChangeset for help on using the changeset viewer.