Changeset 5924 in ntrip


Ignore:
Timestamp:
Aug 13, 2014, 5:40:41 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppRun.cpp

    r5923 r5924  
    177177      for (unsigned iEntry = 0; iEntry < GNSSENTRY_NUMBER; iEntry++) {
    178178        string hlp(oldObs.rnxStr(iEntry).toAscii().data());
     179
     180        if (hlp.length() == 2) {
     181          if      (hlp == "C1") hlp = "C1C";
     182          else if (hlp == "P1") hlp = "C1P";
     183          else if (hlp == "C2") hlp = "C2C";
     184          else if (hlp == "P2") hlp = "C2P";
     185          else if (hlp == "L1") hlp = "L1P";
     186          else if (hlp == "L2") hlp = "L2P";
     187        }
     188
    179189        if (hlp.length() == 3) {
    180190          char   obsType    = hlp[0];
Note: See TracChangeset for help on using the changeset viewer.