Changeset 9525 in ntrip
- Timestamp:
- Oct 25, 2021, 12:42:13 PM (3 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppParlist.cpp
r9521 r9525 826 826 } 827 827 828 // 829 //////////////////////////////////////////////////////////////////////////// 830 void t_pppParlist::printParams() { 831 vector<t_pppParam*>::const_iterator it = _params.begin(); 832 while (it != _params.end()) { 833 t_pppParam* par = *it; 834 LOG << "par " << par->toString() << " lastObsTime valid? " << par->lastObsTime().valid()<< endl; 835 } 836 } 837 -
trunk/BNC/src/PPP/pppParlist.h
r9504 r9525 71 71 return false; 72 72 } 73 73 74 74 private: 75 75 class t_ambInfo { … … 113 113 void printResult(const bncTime& epoTime, const SymmetricMatrix& QQ, 114 114 const ColumnVector& xx) const; 115 void printParams(); 115 116 116 117 private:
Note:
See TracChangeset
for help on using the changeset viewer.