Changeset 1652 in ntrip
- Timestamp:
- Feb 25, 2009, 12:01:29 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetqueryrtp.cpp
r1651 r1652 235 235 _status = error; 236 236 emit newMessage(_url.encodedPath().replace(0,1,"") 237 + ": NetQuery, w rong mountpoint", true);238 } 239 237 + ": NetQuery, wait for connect", true); 238 } 239 -
trunk/BNC/bncnetqueryv2.cpp
r1649 r1652 184 184 _status = error; 185 185 emit newMessage(_url.path().toAscii().replace(0,1,"") 186 + ": NetQuery, wrong mountpo nt", true);186 + ": NetQuery, wrong mountpoint", true); 187 187 } 188 188 } -
trunk/BNC/bnctabledlg.cpp
r1611 r1652 125 125 126 126 _buttonCasterTable->setWhatsThis(tr("<p>Hit 'Show' for a table of known NTRIP broadcaster installations as maintained at <u>www.rtcm-ntrip.org/home.</u></p><p>A window opens which allows to select a broadcaster for stream retrieval.</p>")); 127 _ntripVersionComboBox->setWhatsThis(tr("<p>Select the NTRIP transport protocol version you want to use. Implemented options are:<br> 1: NTRIP version 1, TCP/IP<br> 2: NTRIP version 2, TCP/IP mode<br> R: NTRIP Version 2, RTSP/RTP mode<br>Select option '1' if you are not sure whether the NTRIP broadcaster supports NTRIP version 2.</p><p>Note that RTSP/RTP (option 'R') is sometimes not supported by mobile Internet Service Providers.</p>"));127 _ntripVersionComboBox->setWhatsThis(tr("<p>Select the NTRIP transport protocol version you want to use. Implemented options are:<br> 1: NTRIP version 1, TCP/IP<br> 2: NTRIP version 2, TCP/IP mode<br> R: NTRIP Version 2, RTSP/RTP mode<br>Select option '1' if you are not sure whether the NTRIP broadcaster supports NTRIP version 2.</p><p>Note that RTSP/RTP (option 'R') is not accepted by proxies and sometimes not supported by mobile Internet Service Providers.</p>")); 128 128 129 129 _table = new QTableWidget(this);
Note:
See TracChangeset
for help on using the changeset viewer.