Changeset 567 in ntrip


Ignore:
Timestamp:
Nov 7, 2007, 2:29:27 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r566 r567  
    379379      qint64 nBytes = _socket->bytesAvailable();
    380380      if (nBytes > 0) {
     381        emit newBytes(_staID, nBytes);
     382
    381383        char* data = new char[nBytes];
    382384        _socket->read(data, nBytes);
     
    423425          }
    424426
    425           emit newBytes(_staID, sizeof(**it));
    426427          bool firstObs = (it == _decoder->_obsList.begin());
    427428          emit newObs(_staID, firstObs, *it);
Note: See TracChangeset for help on using the changeset viewer.