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


Ignore:
Timestamp:
Sep 7, 2006, 9:48:35 PM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r130 r131  
    8989  QDate nextDate;
    9090
    91   if      (intStr == "15 min") {
     91////  //// beg test
     92////  if (1) {
     93////    hlpStr = datTim.toString("_hh_mm_ss");
     94////    nextDate = datTim.date();
     95////    nextTime = datTim.time().addSecs(10);
     96////  } else
     97////  //// end test
     98  if   (intStr == "15 min") {
    9299    char ch = 'A' + datTim.time().hour();
    93100    hlpStr = ch;
     
    253260  }
    254261
    255   _out << datTim.toString(" yy MM dd hh mm ss.zzz0000").toAscii().data();
     262  _out << datTim.toString(" yy MM dd hh mm ss.zzz0000").toAscii().data()
     263       << "  " << 0 << setw(3)  << _obs.size();
    256264
    257265  QListIterator<Observation*> it(_obs); int iSat = 0;
Note: See TracChangeset for help on using the changeset viewer.