Changeset 154 in ntrip
- Timestamp:
- Sep 9, 2006, 10:29:08 AM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/RTCM.cpp
r142 r154 1 1 // -*- C++ -*- 2 2 // RTCM.C 3 // $Id: RTCM.cpp,v 1. 2 2006/09/08 12:07:14mervart Exp $3 // $Id: RTCM.cpp,v 1.3 2006/09/08 12:14:11 mervart Exp $ 4 4 // 2005/04/11: counter 'iPCode' for indicating CA or P Code on L1 (BKG) 5 5 … … 872 872 case 0: 873 873 case 2: 874 #if 1874 #if 0 875 875 #ifdef DEBUG 876 876 fprintf(stderr, "RTCM 2.x: unknown byte type %d (%d 0x%0x)\n", b >> DATA_SHIFT, -
trunk/BNC/bncrinex.cpp
r153 r154 104 104 QDate nextDate; 105 105 106 // //// beg test107 // if (1) {108 // hlpStr = datTim.toString("_hh_mm_ss");109 // nextDate = datTim.date();110 // nextTime = datTim.time().addSecs(10);111 // } else112 // //// end test113 106 if (intStr == "15 min") { 114 107 char ch = 'A' + datTim.time().hour(); … … 192 185 " hh mm ss.zzz0000").toAscii().data(); 193 186 _out << " TIME OF FIRST OBS" << endl; 187 QString hlp = "GENERATED FROM STREAM" + _mountPoint; 188 hlp.fill(' ', 59); 189 _out << hlp.toAscii().data() << "COMMENT" << endl; 194 190 } 195 191 else { … … 230 226 " hh mm ss.zzz0000").toAscii().data(); 231 227 _out << " " << "TIME OF FIRST OBS" << endl; 228 QString hlp = "GENERATED FROM STREAM" + _mountPoint; 229 hlp.fill(' ', 59); 230 _out << hlp.toAscii().data() << "COMMENT" << endl; 232 231 _out << " END OF HEADER" << endl; 233 232 }
Note:
See TracChangeset
for help on using the changeset viewer.