Changeset 5713 in ntrip
- Timestamp:
- Jul 31, 2014, 11:54:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/options.h
r5712 r5713 15 15 bool _realTime; 16 16 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 17 24 double _sigCrd[3]; 18 25 double _noiseCrd[3]; 19 26 double _sigTropo; 20 27 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; 27 31 28 32 ColumnVector _xyzAprRover; … … 30 34 ColumnVector _neuEccRover; 31 35 std::string _antNameRover; 32 std::string _antexFileName;33 int _logLevel;34 36 int _minobs; 35 37 bool _useGlonass; 36 e_tropoModel _tropoModel;37 e_tropoMF _tropoMF;38 38 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; 57 41 }; 58 42
Note:
See TracChangeset
for help on using the changeset viewer.