Changeset 5713 in ntrip


Ignore:
Timestamp:
Jul 31, 2014, 11:54:39 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/options.h

    r5712 r5713  
    1515  bool         _realTime;
    1616  std::string  _roverName;     
     17  std::string  _crdFile;
     18  std::string  _antexFile;
     19  std::string  _corrMount;
     20  std::string  _rinexObs;
     21  std::string  _rinexNav;
     22  std::string  _corrFile;
     23
    1724  double       _sigCrd[3];
    1825  double       _noiseCrd[3];
    1926  double       _sigTropo;
    2027  double       _noiseTropo;
    21   std::string  _corrMount;
    22   std::string  _rinexObs;
    23   std::string  _rinexNav;
    24   std::string  _corrFile;
    25   std::string  _crdFile;
    26   std::string  _antexFile;
     28  double       _sigmaC1;
     29  double       _sigmaL1;
     30  double       _corrWaitTime;
    2731
    2832  ColumnVector _xyzAprRover;
     
    3034  ColumnVector _neuEccRover;
    3135  std::string  _antNameRover; 
    32   std::string  _antexFileName;
    33   int          _logLevel;     
    3436  int          _minobs;
    3537  bool         _useGlonass;
    36   e_tropoModel _tropoModel;
    37   e_tropoMF    _tropoMF;
    3838  double       _minEle;
    39   double       _maxResCode;
    40   double       _maxResPhase;
    41   double       _sigmaPhase;
    42   double       _sigmaCode;
    43   bool         _estTropo;
    44   bool         _estIono;
    45   double       _sigmaIono;
    46   double       _noiseIono;
    47   bool         _ambres;
    48   unsigned     _ambresMinSat;
    49   unsigned     _ambresMinEpo;
    50   double       _ambresMinEle;
    51   double       _ambresMinRatio;
    52   double       _ambresMinFixRate;
    53   int          _minSDFix;
    54   bool         _eleWgtCode;
    55   bool         _eleWgtPhase;
    56   std::vector<t_lc::type> _LCs;
     39  double       _maxResC1;
     40  double       _maxResL1;
    5741};
    5842
Note: See TracChangeset for help on using the changeset viewer.