Changeset 10766 in ntrip for trunk/BNC/src/bncgetthread.h


Ignore:
Timestamp:
Oct 23, 2025, 12:12:57 PM (6 weeks ago)
Author:
stuerze
Message:

external class QextSerialPort was replaced by Qt5 internal class QSerialPort, serial port is now introduced as case sensitive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncgetthread.h

    r10423 r10766  
    4040
    4141class GPSDecoder;
    42 class QextSerialPort;
     42class QSerialPort;
    4343class latencyChecker;
    4444
     
    124124   int                        _ssrEpoch;
    125125   bncRawFile*                _rawFile;
    126    QextSerialPort*            _serialPort;
     126   QSerialPort*               _serialPort;
    127127   bool                       _isToBeDeleted;
    128128   bool                       _rtcmObs;
Note: See TracChangeset for help on using the changeset viewer.