Changeset 5925 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 13, 2014, 5:42:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppRun.cpp
r5924 r5925 183 183 else if (hlp == "C2") hlp = "C2C"; 184 184 else if (hlp == "P2") hlp = "C2P"; 185 else if (hlp == "L1") hlp = "L1 P";186 else if (hlp == "L2") hlp = "L2 P";185 else if (hlp == "L1") hlp = "L1C"; 186 else if (hlp == "L2") hlp = "L2C"; 187 187 } 188 188
Note:
See TracChangeset
for help on using the changeset viewer.