Changeset 1319 in ntrip


Ignore:
Timestamp:
Dec 20, 2008, 5:19:59 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r1318 r1319  
    564564        if (_serialPort) {
    565565          _serialPort->write(data, nBytes);
     566          _serialPort->flush();
    566567        }
    567568
  • trunk/BNC/bncgetthread.h

    r1299 r1319  
    3636
    3737class bncRinex;
     38class QextSerialPort;
    3839
    3940class bncGetThread : public QThread {
     
    118119   QFile*      _rawOutFile;
    119120   QFile*      _rawInpFile;
     121   QextSerialPort* _serialPort;
    120122};
    121123
Note: See TracChangeset for help on using the changeset viewer.