Changeset 131 in ntrip for trunk/BNC/bncrinex.cpp
- Timestamp:
- Sep 7, 2006, 9:48:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r130 r131 89 89 QDate nextDate; 90 90 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") { 92 99 char ch = 'A' + datTim.time().hour(); 93 100 hlpStr = ch; … … 253 260 } 254 261 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(); 256 264 257 265 QListIterator<Observation*> it(_obs); int iSat = 0;
Note:
See TracChangeset
for help on using the changeset viewer.