Changeset 10765 in ntrip for trunk/BNC/src/PPP/pppClient.cpp
- Timestamp:
- Oct 21, 2025, 10:38:01 AM (4 weeks ago)
- File:
-
- 1 edited
-
trunk/BNC/src/PPP/pppClient.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r10623 r10765 599 599 void t_pppClient::reset() { 600 600 601 LOG << "pppClient: reset" << endl; 601 602 // to delete old orbit and clock corrections 602 603 delete _ephPool; 603 604 _ephPool = new t_pppEphPool(); 604 605 605 // to delete old codebiases606 // to delete old biases 606 607 delete _obsPool; 607 608 _obsPool = new t_pppObsPool();
Note:
See TracChangeset
for help on using the changeset viewer.
