Changeset 7224 in ntrip for trunk/BNC/src
- Timestamp:
- Aug 18, 2015, 10:33:14 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.h
r7218 r7224 50 50 std::ostringstream& log() {return *_log;} 51 51 const t_pppOptions* opt() const {return _opt;} 52 //void putCodeBias(t_satCodeBias* satCodeBias); 53 //const t_satCodeBias* satCodeBias(const t_prn& prn) const { 54 // return _satCodeBiases[prn.toInt()]; 55 //} 52 56 53 private: 57 54 t_irc getSatPos(const bncTime& tt, const QString& prn, ColumnVector& xc, ColumnVector& vv); 58 55 void putNewObs(t_satData* satData); 59 56 t_irc cmpToT(t_satData* satData); 60 61 // t_satCodeBias* _satCodeBiases[t_prn::MAXPRN+1];62 57 bncEphUser* _ephUser; 63 58 t_pppOptions* _opt;
Note:
See TracChangeset
for help on using the changeset viewer.