Changeset 1345 in ntrip for trunk/BNC/bncnetrequest.cpp
- Timestamp:
- Dec 27, 2008, 12:23:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetrequest.cpp
r1343 r1345 99 99 while (it.hasNext()) { 100 100 p_obs obs = it.next(); 101 cout << obs->_o.satNum << endl; 101 cout << obs->_o.satSys << obs->_o.satNum << " " 102 << obs->_o.GPSWeek << " " 103 << obs->_o.GPSWeeks << " " 104 << obs->_o.C1 << " " 105 << obs->_o.C2 << " " 106 << obs->_o.P1 << " " 107 << obs->_o.P2 << " " 108 << obs->_o.L1 << " " 109 << obs->_o.L2 << endl; 102 110 delete obs; 103 111 }
Note:
See TracChangeset
for help on using the changeset viewer.