Changeset 5760 in ntrip for trunk/BNC/src/PPP/pppClient.cpp
- Timestamp:
- Aug 3, 2014, 1:50:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r5759 r5760 115 115 ////////////////////////////////////////////////////////////////////////////// 116 116 void t_pppClient::putGPSEphemeris(const t_ephGPS* eph) { 117 cout << "t_pppClient::putGPSEphemeris " << PPP_CLIENT << endl; 117 118 _ephPool->putEphemeris(new t_ephGPS(*eph)); 118 119 }
Note:
See TracChangeset
for help on using the changeset viewer.