Changeset 6779 in ntrip
- Timestamp:
- Apr 17, 2015, 2:24:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.11.0/src/bncrinex.cpp
r6778 r6779 391 391 // --------------------------- 392 392 if (_header._obsTypesV3.size() == 0) { 393 _header._obsTypesV3['G'] << "C1C" << "L1C" << "D1C" << "S1C"394 << "C1P" << "L1P" << "D1P" << "S1P"395 << "C2C" << "L2C" << "D2C" << "S2C"396 << "C2P" << "L2P" << "D2P" << "S2P"397 << "C5" << "D5" << "L5" << "S5";398 393 399 _header._obsTypesV3['R'] << "C1C" << "L1C" << "D1C" << "S1C" 400 << "C1P" << "L1P" << "D1P" << "S1P" 401 << "C2C" << "L2C" << "D2C" << "S2C" 402 << "C2P" << "L2P" << "D2P" << "S2P"; 394 _header._obsTypesV3['G'] << "C1C" << "L1C" << "S1C" 395 << "C2W" << "L2W" << "S2W" 396 << "C5" << "L5" << "S5"; 397 398 _header._obsTypesV3['R'] << "C1C" << "L1C" << "S1C" 399 << "C2P" << "L2P" << "S2P"; 403 400 404 _header._obsTypesV3['E'] << "C1" << "L1" << "D1" << "S1" 405 << "C5" << "L5" << "D5" << "S5" 406 << "C6" << "L6" << "D6" << "S6" 407 << "C7" << "L7" << "D7" << "S7" 408 << "C8" << "L8" << "D8" << "S8"; 401 _header._obsTypesV3['E'] << "C1" << "L1" << "S1" 402 << "C5" << "L5" << "S5" 403 << "C7" << "L7" << "S7" 404 << "C8" << "L8" << "S8"; 409 405 410 _header._obsTypesV3['J'] << "C1" << "L1" << "D1" << "S1" 411 << "C2" << "L2" << "D2" << "S2" 412 << "C5" << "L5" << "D5" << "S5" 413 << "C6" << "D6" << "L6" << "S6"; 406 _header._obsTypesV3['J'] = _header._obsTypesV3['G']; 414 407 415 _header._obsTypesV3['S'] << "C1" << "L1" << " D1" << "S1"416 << "C5" << "L5" << " D5" << "S5";408 _header._obsTypesV3['S'] << "C1" << "L1" << "S1" 409 << "C5" << "L5" << "S5"; 417 410 418 _header._obsTypesV3['C'] << "C1" << "L1" << " D1" << "S1"419 << "C6" << "L6" << " D6" << "S6"420 << "C7" << "L7" << " D7" << "S7";411 _header._obsTypesV3['C'] << "C1" << "L1" << "S1" 412 << "C6" << "L6" << "S6" 413 << "C7" << "L7" << "S7"; 421 414 } 422 415
Note:
See TracChangeset
for help on using the changeset viewer.