- Timestamp:
- Sep 12, 2016, 9:34:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/rinex/rnxobsfile.cpp
r7987 r8036 347 347 << "C2P" << "L2P" << "S2P"; 348 348 349 _obsTypes['E'] << "C1X" << "L1X" << "S X1"350 << "C5X" << "L5X" << "S X5"351 << "C7X" << "L7X" << "S X7"352 << "C8X" << "L8X" << "S X8";349 _obsTypes['E'] << "C1X" << "L1X" << "S1X" 350 << "C5X" << "L5X" << "S5X" 351 << "C7X" << "L7X" << "S7X" 352 << "C8X" << "L8X" << "S8X"; 353 353 354 354 _obsTypes['S'] << "C1C" << "L1C" << "S1C"
Note:
See TracChangeset
for help on using the changeset viewer.