Changeset 2029 in ntrip
- Timestamp:
- Nov 26, 2009, 11:06:18 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncpppthread.cpp
r2028 r2029 40 40 41 41 #include <iomanip> 42 #include <newmatio.h> 42 43 43 44 #include "bncpppthread.h" … … 185 186 ColumnVector& xc, ColumnVector& vv) { 186 187 187 return success; 188 if (_eph.contains(prn)) { 189 _eph.value(prn)->position(tt.gpsw(), tt.gpssec(), xc.data(), vv.data()); 190 return success; 191 } 192 193 return failure; 188 194 } 189 195 … … 204 210 205 211 if (getSatPos(_data->tt, prn, xc, vv) == success) { 206 212 cout << _data->tt.timestr(1) << " " << prn.toAscii().data() << " " 213 << setprecision(3) << xc.t(); 207 214 } 208 215 }
Note:
See TracChangeset
for help on using the changeset viewer.