Changeset 7790 in ntrip for trunk


Ignore:
Timestamp:
Feb 19, 2016, 4:19:53 PM (8 years ago)
Author:
stuerze
Message:

minor additions regarding default GLONASS obs types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/rnxobsfile.cpp

    r7665 r7790  
    333333
    334334    _obsTypes['J'] = _obsTypes['G'];
     335    // C2P L2P D2P S2P
    335336
    336337    _obsTypes['R'] << "C1C" << "L1C" << "S1C"
     338                   << "C1P" << "L1P" << "S1P"
     339                   << "C2C" << "L2C" << "S2C"
    337340                   << "C2P" << "L2P" << "S2P";
    338341
Note: See TracChangeset for help on using the changeset viewer.