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


Ignore:
Timestamp:
Dec 21, 2006, 3:38:51 PM (17 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r355 r356  
    7373
    7474  _pgmName  = ((bncApp*)qApp)->bncVersion().leftJustified(20, ' ', true);
    75 // Start Ergaenzung Perlt
    7675#ifdef WIN32
    7776  _userName = QString("${USERNAME}");
     
    7978  _userName = QString("${USER}");
    8079#endif
    81 //Ende Ergaenzung Perlt
    8280  expandEnvVar(_userName);
    8381  _userName = _userName.leftJustified(20, ' ', true);
     
    295293                           const QDateTime& datTimNom) {
    296294
     295  QSettings settings;
     296//  double lat, lon;
     297//  int vrsstream = 0;
     298//  lat = settings.value("approxLat", 0).toDouble();
     299//  lon = settings.value("approxLon", 0).toDouble();
     300//  if ((lat != 0.0) && (lon != 0.0)) {vrsstream=1;}
     301
    297302  // Open the Output File
    298303  // --------------------
     
    302307  // ----------------------------------
    303308  if ( QFile::exists(_fName) ) {
    304     QSettings settings;
     309//    QSettings settings;
    305310    if ( Qt::CheckState(settings.value("rnxAppend").toInt()) == Qt::Checked) {
    306311      _out.open(_fName.data(), ios::app);
     
    337342                      _mountPoint.path())).leftJustified(60, ' ', true);
    338343        _out << hlp.toAscii().data() << "COMMENT" << endl;
     344//        hlp = QString("Approx VRS Position %1%2").arg(lat, -20, 'f', 4).arg(lon, -20, 'f', 4);
     345//        _out << hlp.toAscii().data() << "COMMENT" << endl;
    339346      }
    340347      else {
     
    380387          _mountPoint.path())).leftJustified(60, ' ', true);
    381388    _out << hlp.toAscii().data() << "COMMENT" << endl;
     389//    hlp = QString("Approx VRS Position %1%2").arg(lat, -20, 'f', 4).arg(lon, -20, 'f', 4);
     390//    _out << hlp.toAscii().data() << "COMMENT" << endl;
    382391    _out << "                                                            END OF HEADER"        << endl;
    383392  }
Note: See TracChangeset for help on using the changeset viewer.