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


Ignore:
Timestamp:
Nov 20, 2023, 10:23:42 PM (8 months ago)
Author:
stuerze
Message:

changes regarding PPP: allow single frequency PPP and allow to select the frequency bands that are used

File:
1 edited

Legend:

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

    r10034 r10251  
    1111class t_pppOptions {
    1212 public:
    13   enum e_type {IF, UncombPPP, PPPRTK};
     13  enum iono_type {est,PPP_RTK};
    1414  t_pppOptions();
    1515  ~t_pppOptions();
     
    1717  std::vector<char>              systems() const;
    1818  const std::vector<t_lc::type>& LCs(char system) const;
     19  const std::vector<char>&       frqBands(char system) const;
    1920  std::vector<t_lc::type>        ambLCs(char system) const;
    2021  std::vector<t_lc::type>        codeLCs(char system) const;
     
    2728  }
    2829
    29   e_type                  _obsModelType;
    30   QStringList             _obsmodelTypeStr = QStringList()
    31       << "IF PPP"
    32       << "Uncombined PPP";
     30  iono_type               _ionoModelType;
    3331  bool                    _realTime;
    3432  std::string             _crdFile;
     
    7775  std::vector<t_lc::type> _LCsGalileo;
    7876  std::vector<t_lc::type> _LCsBDS;
     77  std::vector<char>       _frqBandsGPS;
     78  std::vector<char>       _frqBandsGLONASS;
     79  std::vector<char>       _frqBandsGalileo;
     80  std::vector<char>       _frqBandsBDS;
    7981  bool                    _pseudoObsIono;
    8082  bool                    _refSatRequired;
Note: See TracChangeset for help on using the changeset viewer.