Changeset 567 in ntrip
- Timestamp:
- Nov 7, 2007, 2:29:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r566 r567 379 379 qint64 nBytes = _socket->bytesAvailable(); 380 380 if (nBytes > 0) { 381 emit newBytes(_staID, nBytes); 382 381 383 char* data = new char[nBytes]; 382 384 _socket->read(data, nBytes); … … 423 425 } 424 426 425 emit newBytes(_staID, sizeof(**it));426 427 bool firstObs = (it == _decoder->_obsList.begin()); 427 428 emit newObs(_staID, firstObs, *it);
Note:
See TracChangeset
for help on using the changeset viewer.