Changeset 5957 in ntrip


Ignore:
Timestamp:
Aug 17, 2014, 9:15:52 AM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/PPP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppMain.cpp

    r5946 r5957  
    236236    opt->_eleWgtCode  = true;
    237237    opt->_eleWgtPhase = false;
     238    opt->_seedingTime = 0.0;
    238239    opt->_aprSigAmb   = 100.0;
    239240    opt->_noiseClk    = 1000.0;
  • trunk/BNC/src/PPP/pppOptions.h

    r5913 r5957  
    5151  double                  _noiseTrp;
    5252  double                  _aprSigAmb;
     53  double                  _seedingTime;
    5354  std::vector<t_lc::type> _LCsGPS;
    5455  std::vector<t_lc::type> _LCsGLONASS;
Note: See TracChangeset for help on using the changeset viewer.