Changeset 4533 in ntrip
- Timestamp:
- Aug 16, 2012, 9:22:16 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/bncrinex.cpp ¶
r4532 r4533 359 359 _addComments << format.left(6) + " " 360 360 + _mountPoint.host() + _mountPoint.path(); 361 if (_header._obsTypesV3.size() == 0 && _header._version >= 3.0) { 362 _addComments << "Default set of observation types used"; 363 } 361 364 if (_nmea == "yes") { 362 365 _addComments << "NMEA LAT=" + _latitude + " " + "LONG=" + _longitude; … … 380 383 // --------------------------- 381 384 if (_header._obsTypesV3.size() == 0) { 382 if (skelRead && _header._version >= 3.0) {383 _addComments << "Default set of observation types used";384 }385 385 _header._obsTypesV3['G'] << "C1C" << "L1C" << "D1C" << "S1C" 386 386 << "C1P" << "L1P" << "D1P" << "S1P"
Note:
See TracChangeset
for help on using the changeset viewer.