Changeset 553 in ntrip


Ignore:
Timestamp:
Oct 28, 2007, 10:34:52 AM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r552 r553  
    383383        _out << datTim.toString("  yyyy    MM    dd"
    384384                                "    hh    mm   ss.zzz0000").toAscii().data();
    385         _out << "                 TIME OF FIRST OBS"    << endl;
     385        _out << "     GPS         TIME OF FIRST OBS"    << endl;
    386386        QString hlp = (_format + QString(" %1").arg(_mountPoint.host() +
    387387                      _mountPoint.path())).leftJustified(60, ' ', true);
     
    441441    _out << datTim.toString("  yyyy    MM    dd"
    442442                                "    hh    mm   ss.zzz0000").toAscii().data();
    443     _out << "                 "                                      << "TIME OF FIRST OBS"    << endl;
     443    _out << "     GPS         TIME OF FIRST OBS"    << endl;
    444444    QString hlp = (_format + QString(" %1").arg(_mountPoint.host() +
    445445          _mountPoint.path())).leftJustified(60, ' ', true);
Note: See TracChangeset for help on using the changeset viewer.