Changeset 10525 in ntrip for trunk/BNC/src/serial/qextserialbase.h
- Timestamp:
- Aug 19, 2024, 4:15:53 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/serial/qextserialbase.h
r1317 r10525 160 160 virtual void setTimeout(ulong, ulong)=0; 161 161 162 virtual bool open(OpenMode mode= 0)=0;162 virtual bool open(OpenMode mode=QIODevice::NotOpen)=0; 163 163 virtual bool isSequential() const; 164 164 virtual void close()=0;
Note:
See TracChangeset
for help on using the changeset viewer.