Changeset 10034 in ntrip for trunk/BNC/src/pppOptions.h


Ignore:
Timestamp:
Apr 21, 2023, 11:48:24 AM (12 months ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/pppOptions.h

    r9866 r10034  
    1111class t_pppOptions {
    1212 public:
    13   enum e_type {IF, UncombPPP, PPPRTK, DCMcodeBias, DCMphaseBias};
     13  enum e_type {IF, UncombPPP, PPPRTK};
    1414  t_pppOptions();
    1515  ~t_pppOptions();
     
    3030  QStringList             _obsmodelTypeStr = QStringList()
    3131      << "IF PPP"
    32       << "Uncombined PPP"
    33       << "DCM with Code Biases"
    34       << "DCM with Phase Biases";
     32      << "Uncombined PPP";
    3533  bool                    _realTime;
    3634  std::string             _crdFile;
Note: See TracChangeset for help on using the changeset viewer.