Changeset 7049 in ntrip


Ignore:
Timestamp:
Jul 14, 2015, 4:11:42 PM (9 years ago)
Author:
stuerze
Message:

minor modification regarding GPS observation usage in SSR I mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppWidgets.cpp

    r7047 r7049  
    104104
    105105  _lcGPS->setEditable(false);
     106#ifdef USE_PPP_SSR_I
     107  _lcGPS->addItems(QString("no,P3,P3&L3").split(","));
     108#else
    106109  _lcGPS->addItems(QString("no,P3,L3,P3&L3").split(","));
     110#endif
    107111
    108112  _lcGLONASS->setEditable(false);
Note: See TracChangeset for help on using the changeset viewer.