Changeset 5848 in ntrip


Ignore:
Timestamp:
Aug 7, 2014, 11:58:58 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppThread.cpp

    r5841 r5848  
    231231
    232232    delete _epoData.front(); _epoData.pop_front();
     233
     234    //// beg test
     235    cout << output._log << endl; cout.flush();
     236    //// end test
    233237   
    234238    emit newMessage(QByteArray(output._log.c_str()), true);
     
    303307        cc->_prn.set(corr.prn.toAscii().data());
    304308        cc->_iod         = corr.iod;
    305         cc->_time        = corr.tRao;
     309        cc->_time        = corr.tClk;
    306310        cc->_dClk        = corr.dClk;
    307311        cc->_dotDClk     = corr.dotDClk;
Note: See TracChangeset for help on using the changeset viewer.