Changeset 8036 in ntrip for branches


Ignore:
Timestamp:
Sep 12, 2016, 9:34:23 AM (8 years ago)
Author:
stuerze
Message:

minor changes in default observation types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/rinex/rnxobsfile.cpp

    r7987 r8036  
    347347                   << "C2P" << "L2P" << "S2P";
    348348
    349     _obsTypes['E'] << "C1X" << "L1X" << "SX1"
    350                    << "C5X" << "L5X" << "SX5"
    351                    << "C7X" << "L7X" << "SX7"
    352                    << "C8X" << "L8X" << "SX8";
     349    _obsTypes['E'] << "C1X" << "L1X" << "S1X"
     350                   << "C5X" << "L5X" << "S5X"
     351                   << "C7X" << "L7X" << "S7X"
     352                   << "C8X" << "L8X" << "S8X";
    353353
    354354    _obsTypes['S'] << "C1C" << "L1C" << "S1C"
Note: See TracChangeset for help on using the changeset viewer.