- Timestamp:
- Nov 26, 2009, 12:23:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncpppthread.cpp
r2032 r2033 143 143 _dataHlp->L1[_dataHlp->numSat] = obs->L1; 144 144 _dataHlp->L2[_dataHlp->numSat] = obs->L2; 145 146 cout << tt.timestr(1) << " " << obs->satNum << endl;147 cout.flush();148 149 145 } // end of mutex 150 146 151 processEpoch(); // currently in the same thread of bncgetthread;147 processEpoch(); // currently in the same thread as bncgetthread 152 148 } 153 149 … … 228 224 if (getSatPos(_data->tt, prn, xc, vv) == success) { 229 225 cout << _data->tt.timestr(1) << " " << prn.toAscii().data() << " " 230 << setprecision(3) << xc.t(); 226 << setprecision(6) << xc(4)*1.e6 << " " 227 << setw(14) << setprecision(3) << xc.Columns(1,3).t(); 231 228 } 232 229 }
Note:
See TracChangeset
for help on using the changeset viewer.