Changeset 6788 in ntrip for trunk/BNC/src/serial
- Timestamp:
- Apr 20, 2015, 6:20:10 PM (10 years ago)
- Location:
- trunk/BNC/src/serial
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/serial/posix_qextserialport.cpp
r1406 r6788 22 22 \fn Posix_QextSerialPort::Posix_QextSerialPort() 23 23 Default constructor. Note that the name of the device used by a QextSerialPort constructed with 24 this constructor will be determined by #defined constants, or lack thereof - the default behavior24 this constructor will be determined by defined constants, or lack thereof - the default behavior 25 25 is the same as _TTY_LINUX_. Possible naming conventions and their associated constants are: 26 26 -
trunk/BNC/src/serial/qextserialport.cpp
r1317 r6788 24 24 \fn QextSerialPort::QextSerialPort() 25 25 Default constructor. Note that the naming convention used by a QextSerialPort constructed with 26 this constructor will be determined by #defined constants, or lack thereof - the default behavior26 this constructor will be determined by defined constants, or lack thereof - the default behavior 27 27 is the same as _TTY_LINUX_. Possible naming conventions and their associated constants are: 28 28 -
trunk/BNC/src/serial/win_qextserialport.cpp
r1317 r6788 24 24 \fn Win_QextSerialPort::Win_QextSerialPort() 25 25 Default constructor. Note that the name of the device used by a Win_QextSerialPort constructed 26 with this constructor will be determined by #defined constants, or lack thereof - the default26 with this constructor will be determined by defined constants, or lack thereof - the default 27 27 behavior is the same as _TTY_LINUX_. Possible naming conventions and their associated constants 28 28 are:
Note:
See TracChangeset
for help on using the changeset viewer.