Changeset 1347 in ntrip
- Timestamp:
- Dec 27, 2008, 12:43:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncwindow.cpp ¶
r1341 r1347 339 339 _scanRTCMCheckBox->setWhatsThis(tr("<p>Tick 'Scan RTCM' to log the numbers of incomming message types as well as contained antenna coordinates, antenna heigt, and antenna descriptor.</p><p>An empty option field (default) means that you don't want BNC to log such information.</p>")); 340 340 _serialMountPointLineEdit->setWhatsThis(tr("<p>Enter a 'Mountpoint' to forward the corresponding stream to a serial connected device.</p>")); 341 _serialPortNameLineEdit->setWhatsThis(tr("<p>Enter the serial 'Port name' selected for communication with your serial connected device. Valid port names are :</p><p>COM1, COM2 (Windows)<br>/dev/ttyS0, /dev/ttyS1 (Linux)<br>/dev/ttyd0, /dev/ttyd1 (FreeBSD)<br>/dev/tty01, /dev/tty02 (Digital UNIX)<br>/dev/tty1p0, /dev/tty2p0 (HP-UX)<br>/dev/ttyf1, /dev/ttyf2 (SGI/IRIX)<br>/dev/ttya, /dev/ttyb (SunOS/Solaris)</p>"));341 _serialPortNameLineEdit->setWhatsThis(tr("<p>Enter the serial 'Port name' selected for communication with your serial connected device. Valid port names are</p><pre>Windows: COM1, COM2<br>Linux: /dev/ttyS0, /dev/ttyS1<br>FreeBSD: /dev/ttyd0, /dev/ttyd1<br>Digital Unix: /dev/tty01, /dev/tty02<br>HP-UX: /dev/tty1p0, /dev/tty2p0<br>SGI/IRIX: /dev/ttyf1, /dev/ttyf2<br>SunOS/Solaris: /dev/ttya, /dev/ttyb</pre>")); 342 342 _serialBaudRateComboBox->setWhatsThis(tr("<p>Select a 'Baud rate' for the serial link.</p><p>Note that your selection must equal the baud rate configured to the serial connected device. Note further that using a high baud rate is recommended.</p>")); 343 343 _serialParityComboBox->setWhatsThis(tr("<p>Select the 'Parity' for the serial link.</p><p>Note that your selection must equal the parity selection configured to the serial connected device. Note further that parity is often set to 'NONE'.</p>")); … … 367 367 aogroup->addTab(cgroup,tr("Ephemeris Corrections")); 368 368 aogroup->addTab(sgroup,tr("Feed Engine")); 369 aogroup->addTab(sergroup,tr("Serial Port"));369 aogroup->addTab(sergroup,tr("Serial Link")); 370 370 aogroup->addTab(agroup,tr("Outages")); 371 371 aogroup->addTab(rgroup,tr("Miscellaneous"));
Note:
See TracChangeset
for help on using the changeset viewer.