- Timestamp:
- Mar 14, 2016, 2:31:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.h
r7250 r7836 31 31 bool modelSet() const {return _model._set;} 32 32 void printModel() const; 33 void lcCoeff(t_lc::type tLC, 33 void lcCoeff(t_lc::type tLC, 34 34 std::map<t_frequency::type, double>& codeCoeff, 35 35 std::map<t_frequency::type, double>& phaseCoeff) const; … … 42 42 double getRes(t_lc::type tLC) const; 43 43 44 // RINEX 44 45 bool slip() const { 45 46 for (unsigned ii = 1; ii < t_frequency::max; ii++) { … … 51 52 } 52 53 54 // RTCM 53 55 int slipCounter() const { 54 56 int cnt = -1;
Note:
See TracChangeset
for help on using the changeset viewer.