Changeset 5848 in ntrip
- Timestamp:
- Aug 7, 2014, 11:58:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppThread.cpp
r5841 r5848 231 231 232 232 delete _epoData.front(); _epoData.pop_front(); 233 234 //// beg test 235 cout << output._log << endl; cout.flush(); 236 //// end test 233 237 234 238 emit newMessage(QByteArray(output._log.c_str()), true); … … 303 307 cc->_prn.set(corr.prn.toAscii().data()); 304 308 cc->_iod = corr.iod; 305 cc->_time = corr.t Rao;309 cc->_time = corr.tClk; 306 310 cc->_dClk = corr.dClk; 307 311 cc->_dotDClk = corr.dotDClk;
Note:
See TracChangeset
for help on using the changeset viewer.