Changeset 1319 in ntrip
- Timestamp:
- Dec 20, 2008, 5:19:59 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncgetthread.cpp ¶
r1318 r1319 564 564 if (_serialPort) { 565 565 _serialPort->write(data, nBytes); 566 _serialPort->flush(); 566 567 } 567 568 -
TabularUnified trunk/BNC/bncgetthread.h ¶
r1299 r1319 36 36 37 37 class bncRinex; 38 class QextSerialPort; 38 39 39 40 class bncGetThread : public QThread { … … 118 119 QFile* _rawOutFile; 119 120 QFile* _rawInpFile; 121 QextSerialPort* _serialPort; 120 122 }; 121 123
Note:
See TracChangeset
for help on using the changeset viewer.