Changeset 9146 in ntrip for trunk/BNC/src/bncclockrinex.cpp


Ignore:
Timestamp:
Sep 29, 2020, 3:16:18 PM (4 years ago)
Author:
stuerze
Message:

bug fixed in clock rinex file header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncclockrinex.cpp

    r9138 r9146  
    8888void bncClockRinex::writeHeader(const QDateTime& datTim) {
    8989
    90   _out << "     3.00           C                                       "
    91        << "RINEX VERSION / TYPE" << endl;
    92 
    93 
    94   _out << "BNC v" << BNCVERSION     << "                            "
     90  _out << "     3.00           C                                       "  << "RINEX VERSION / TYPE" << endl;
     91 ;
     92  _out << QString("BNC v%1").arg(BNCVERSION).leftJustified(40, ' ', true).toLatin1().data()
    9593       << datTim.toString("yyyyMMdd hhmmss").leftJustified(20, ' ', true).toLatin1().data()
    9694       << "PGM / RUN BY / DATE" << endl;
Note: See TracChangeset for help on using the changeset viewer.