Changeset 3447 in ntrip for trunk/BNC/combination
- Timestamp:
- Sep 22, 2011, 4:19:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3446 r3447 36 36 const double sigP_offACSat = 0.0; 37 37 const double sig0_clkSat = 10.0; 38 const double sigP_clkSat = 10.0;38 const double sigP_clkSat = 0.1; 39 39 40 40 const double sigObs = 0.05; … … 700 700 void bncComb::switchToLastEph(const t_eph* lastEph, cmbParam* pp) { 701 701 702 if (pp->type != cmbParam:: offACSat) {702 if (pp->type != cmbParam::clkSat) { 703 703 return; 704 704 } … … 723 723 newXC.data(), newVV.data()); 724 724 725 double dC = newXC(4)- oldXC(4);725 double dC = newXC(4) - oldXC(4); 726 726 727 727 QString msg = "switch param " + pp->prn
Note:
See TracChangeset
for help on using the changeset viewer.