Changeset 7968 in ntrip for branches/BNC_2.12/src/PPP_SSR_I
- Timestamp:
- Jun 29, 2016, 2:38:57 PM (8 years ago)
- Location:
- branches/BNC_2.12/src/PPP_SSR_I
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/PPP_SSR_I/pppClient.cpp
r7933 r7968 428 428 return failure; 429 429 } 430 431 // 432 //////////////////////////////////////////////////////////////////////////// 433 void t_pppClient::reset() { 434 435 // to delete all parameters 436 delete _filter; 437 _filter = new t_pppFilter(this); 438 439 // to delete old orbit and clock corrections 440 delete _ephUser; 441 _ephUser = new bncEphUser(false); 442 443 // to delete old code biases 444 delete _pppUtils; 445 _pppUtils = new t_pppUtils(); 446 447 } -
branches/BNC_2.12/src/PPP_SSR_I/pppClient.h
r7609 r7968 52 52 std::ostringstream& log() {return *_log;} 53 53 const t_pppOptions* opt() const {return _opt;} 54 void reset(); 54 55 55 56 private:
Note:
See TracChangeset
for help on using the changeset viewer.