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


Ignore:
Timestamp:
Sep 9, 2006, 10:29:08 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r153 r154  
    104104  QDate nextDate;
    105105
    106 //  //// beg test
    107 //  if (1) {
    108 //    hlpStr = datTim.toString("_hh_mm_ss");
    109 //    nextDate = datTim.date();
    110 //    nextTime = datTim.time().addSecs(10);
    111 //  } else
    112 //  //// end test
    113106  if (intStr == "15 min") {
    114107    char ch = 'A' + datTim.time().hour();
     
    192185                                "    hh    mm   ss.zzz0000").toAscii().data();
    193186        _out << "                 TIME OF FIRST OBS"    << endl;
     187        QString hlp =  "GENERATED FROM STREAM" + _mountPoint;
     188        hlp.fill(' ', 59);
     189        _out << hlp.toAscii().data() << "COMMENT" << endl;
    194190      }
    195191      else {
     
    230226                                "    hh    mm   ss.zzz0000").toAscii().data();
    231227    _out << "                 "                                      << "TIME OF FIRST OBS"    << endl;
     228    QString hlp =  "GENERATED FROM STREAM" + _mountPoint;
     229    hlp.fill(' ', 59);
     230    _out << hlp.toAscii().data() << "COMMENT" << endl;
    232231    _out << "                                                            END OF HEADER"        << endl;
    233232  }
Note: See TracChangeset for help on using the changeset viewer.