Changeset 237 in ntrip
- Timestamp:
- Oct 10, 2006, 4:49:40 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r229 r237 88 88 reqStr = "GET " + hlp.path().toAscii() + 89 89 " HTTP/1.0\r\n" 90 "User-Agent: NTRIP BNC 1.0 \r\n"90 "User-Agent: NTRIP BNC 1.0b\r\n" 91 91 "Authorization: Basic " + 92 92 userAndPwd.toBase64() + "\r\n\r\n"; … … 94 94 reqStr = "GET " + hlp.toEncoded() + 95 95 " HTTP/1.0\r\n" 96 "User-Agent: NTRIP BNC 1.0 \r\n"96 "User-Agent: NTRIP BNC 1.0b\r\n" 97 97 "Authorization: Basic " + 98 98 userAndPwd.toBase64() + "\r\n\r\n"; -
trunk/BNC/bnchelp.html
r236 r237 38 38 <ul> 39 39 <li>RTCM Version 2.x format containing message types 18 and 19 (GPS and GLONASS), </li> 40 <li>RTCM Version 3 format containing message types 1001, 1002, 1003, 1004 , 1009, 1010, 1011, and 1012 (GPS andGLONASS),</li>40 <li>RTCM Version 3 format containing message types 1001, 1002, 1003, 1004 (GPS), and 1009, 1010, 1011, 1012 (GLONASS),</li> 41 41 <li>RTIGS format (only GPS).</li> 42 42 </ul> -
trunk/BNC/bnchlpdlg.cpp
r177 r237 27 27 28 28 bncHtml* _tb = new bncHtml; 29 setWindowTitle("Help Contents"); 29 30 _tb->setSource(url); 30 31 _tb->setReadOnly(true); -
trunk/BNC/bnctabledlg.cpp
r201 r237 24 24 25 25 setMinimumSize(600,400); 26 setWindowTitle(tr("Add Mountpoints")); 26 27 27 28 QVBoxLayout* mainLayout = new QVBoxLayout(this); -
trunk/BNC/bncwindow.cpp
r233 r237 36 36 37 37 setMinimumSize(60*ww, 80*ww); 38 setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.0b")); 38 39 39 40 // Create Actions
Note:
See TracChangeset
for help on using the changeset viewer.