Changeset 6035 in ntrip for trunk/BNC/src/PPP/pppOptions.cpp


Ignore:
Timestamp:
Aug 21, 2014, 1:04:43 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6019 r6035  
    9090  if (_LCsGPS.size()     > 0) answ.push_back('G');
    9191  if (_LCsGLONASS.size() > 0) answ.push_back('R');
     92  if (_LCsGalileo.size() > 0) answ.push_back('E');
    9293  return answ;
    9394}
Note: See TracChangeset for help on using the changeset viewer.