- Timestamp:
- Nov 6, 2007, 3:02:33 PM (17 years ago)
- Location:
- trunk/BNC
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncabout.html
r476 r565 21 21 The Bundesamt fuer Geodaesie und Kartographie (BKG) may not be held liable for damages of any kind, direct or consequential, which may result from the use of this software.<br> 22 22 <br> 23 BKG, Frankfurt, Germany, July2007<br>23 BKG, Frankfurt, Germany, November 2007<br> 24 24 E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br> 25 25 </p> -
trunk/BNC/bncapp.cpp
r563 r565 68 68 QApplication(argc, argv, GUIenabled) { 69 69 70 _bncVersion = "BNC 1. 4";70 _bncVersion = "BNC 1.5"; 71 71 72 72 _logFileFlag = 0; … … 346 346 QString line; 347 347 line.sprintf( 348 "%9.2f%11sN: GPS NAV DATA%25sRINEX VERSION / TYPE\n", 2.1, "", ""); 348 "%9.2f%11sN: GPS NAV DATA%25sRINEX VERSION / TYPE\n", 2.11, "", ""); 349 349 *_ephStreamGPS << line; 350 350 -
trunk/BNC/bncgetthread.cpp
r515 r565 167 167 reqStr = "GET " + hlp.path().toAscii() + 168 168 " HTTP/1.0\r\n" 169 "User-Agent: NTRIP BNC 1. 4\r\n"169 "User-Agent: NTRIP BNC 1.5\r\n" 170 170 "Authorization: Basic " + 171 171 userAndPwd.toBase64() + "\r\n"; … … 173 173 reqStr = "GET " + hlp.toEncoded() + 174 174 " HTTP/1.0\r\n" 175 "User-Agent: NTRIP BNC 1. 4\r\n"175 "User-Agent: NTRIP BNC 1.5\r\n" 176 176 "Authorization: Basic " + 177 177 userAndPwd.toBase64() + "\r\n"; -
trunk/BNC/bnchelp.html
r564 r565 338 338 <p><a name="ephpath"><h4>B - 6.1 Ephemeris Directory - optional</h4></p> 339 339 <p> 340 Enter a path for saving Broadcast Ephemeris data as RINEX Navigation files in a directory. If this directory does not exist, BNC will not create RINEX Navig gation files. Default value for 'Ephemeris directory' is an empty option field, meaning that no RINEX Navigation files are created.340 Enter a path for saving Broadcast Ephemeris data as RINEX Navigation files in a directory. If this directory does not exist, BNC will not create RINEX Navigation files. Default value for 'Ephemeris directory' is an empty option field, meaning that no RINEX Navigation files are created. 341 341 </p> 342 342 -
trunk/BNC/bncmain.cpp
r533 r565 72 72 settings.setValue("casterPort", 80); 73 73 settings.setValue("rnxIntr", "15 min"); 74 settings.setValue("ephIntr", "1 day"); 74 75 settings.setValue("rnxSkel", "SKL"); 75 76 settings.setValue("waitTime", 2); -
trunk/BNC/bnctabledlg.cpp
r555 r565 80 80 81 81 _table = new QTableWidget(this); 82 _table->setWhatsThis(tr("<p>Hit button 'Get Table' to download the source-table from the NTRIP broadcaster. Select streams line by line, use +Shift and +Ctrl when necessary. Hit 'OK' to return to the main window.</p><p>Pay attention to data fields 'format' and 'format-details'. Keep in mind that BNC can only decode and convert streams that come in RTCM 2.x, RTCM 3, or RTIGS format s. RTCM 2.x streams must contain message types 18 and 19 while RTCM 3 streams must contain GPS message types 1002 or 1004 and may contain GLONASS message types 1010 or 1012, see data field 'format-details' for available message types and their repetition rates in brackets.</p><p>The contents of data field 'nmea' tells you whether or not a stream retrieval needs to be initiated by BNC through sending an NMEA-GGA string carrying the latitude and longitude parameters.</p>"));82 _table->setWhatsThis(tr("<p>Hit button 'Get Table' to download the source-table from the NTRIP broadcaster. Select streams line by line, use +Shift and +Ctrl when necessary. Hit 'OK' to return to the main window.</p><p>Pay attention to data fields 'format' and 'format-details'. Keep in mind that BNC can only decode and convert streams that come in RTCM 2.x, RTCM 3, or RTIGS format. RTCM 2.x streams must contain message types 18 and 19 while RTCM 3 streams must contain GPS message types 1002 or 1004 and may contain GLONASS message types 1010 or 1012, see data field 'format-details' for available message types and their repetition rates in brackets.</p><p>Note that for saving RINEX Navigation files you need RTCM Version 3 streams carrying message types 1019 (GPS) and 1020 (GLONASS).</p><p>The contents of data field 'nmea' tells you whether or not a stream retrieval needs to be initiated by BNC through sending an NMEA-GGA string carrying the latitude and longitude parameters.</p>")); 83 83 connect(_table, SIGNAL(itemSelectionChanged()), 84 84 this, SLOT(slotSelectionChanged())); -
trunk/BNC/bncwindow.cpp
r563 r565 60 60 setMinimumSize(77*ww, 65*ww); 61 61 62 setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1. 4"));62 setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.5")); 63 63 64 64 // Create Actions … … 150 150 _outPortLineEdit->setWhatsThis(tr("<p>BNC makes synchronized observations available in a binary format on your local host (IP 127.0.0.1) through an IP port. Enter an IP port number to activate this function.</p><p>Default is an empty option field, meaning that no binary output is generated.</p>")); 151 151 _rnxPathLineEdit = new QLineEdit(settings.value("rnxPath").toString()); 152 _rnxPathLineEdit->setWhatsThis(tr("<p>Observations can be converted to RINEX Version 2.11. Enter a path for saving the RINEX files in a directory. If this directory does not exist, BNC will not create RINEX files.</p><p>Default value for 'RINEX directory' is an empty option field, meaning that streams are not converted to RINEX.</p>"));152 _rnxPathLineEdit->setWhatsThis(tr("<p>Observations can be converted to RINEX. Enter a path for saving the RINEX files in a directory. If this directory does not exist, BNC will not create RINEX files.</p><p>Default value for 'RINEX directory' is an empty option field, meaning that streams are not converted to RINEX.</p>")); 153 153 _ephPathLineEdit = new QLineEdit(settings.value("ephPath").toString()); 154 _ephPathLineEdit->setWhatsThis(tr("<p>Navigation messages can be converted to RINEX files. Enter a path for saving the files in a directory.</p>")); 154 _ephPathLineEdit->setWhatsThis(tr("<p>Ephemeris data from RTCM Version 3 streams can be converted to RINEX. Enter a path for saving the RINEX Navigation files in a directory. If this directory does not exist, BNC will not create RINEX Navigation files.</p><p>Default value for 'Ephemeris directory' is an empty option field, meaning that no RINEX Navigation files will be created.</p>")); 155 155 156 _rnxV3CheckBox = new QCheckBox(); 156 157 _rnxV3CheckBox->setCheckState(Qt::CheckState(settings.value("rnxV3").toInt())); … … 176 177 } 177 178 _ephIntrComboBox = new QComboBox(); 178 _ephIntrComboBox->setWhatsThis(tr("<p>Select an interval for the ephemeris file generation.")); 179 _ephIntrComboBox->setWhatsThis(tr("<p>Select an interval for the ephemeris file generation.</p><p>Default for 'Ephemeris file interval' is '1 day', meaning that a new Ephemeris file is generated every day.</p>")); 179 180 _ephIntrComboBox->setMaximumWidth(9*ww); 180 181 _ephIntrComboBox->setEditable(false); … … 291 292 layout->addWidget(new QLabel("RINEX v3"), 4, 3, 1, 2); 292 293 layout->addWidget(_rnxV3CheckBox, 4, 4); 294 _rnxV3CheckBox->setWhatsThis(tr("<p>Select the RINEX Observation file output format.</p><p>Default is RINEX Version 2.11 format. Output in RINEX Version 3 (RINEX v3) format is optional.</p>")); 293 295 294 296 layout->addWidget(new QLabel("RINEX script (full path)"), 5, 0, 1, 2); … … 301 303 bl->addWidget(new QLabel("RINEX")); 302 304 bl->addWidget(_ephIntrComboBox); 303 bl->addWidget(new QLabel("E PH"));305 bl->addWidget(new QLabel("Ephemeris")); 304 306 layout->addLayout(bl, 6, 2, 1, 1); 305 307 … … 318 320 layout->addWidget(new QLabel("RINEX v3"), 8, 3, 1, 2); 319 321 layout->addWidget(_ephV3CheckBox, 8, 4); 322 _ephV3CheckBox->setWhatsThis(tr("<p>Select the RINEX Ephemeris file output format.</p><p>Default is RINEX Version 2.11 format. Output in RINEX Version 3 (RINEX v3) format is optional.</p>")); 320 323 321 324 layout->addWidget(new QLabel("Mountpoints"), 9, 0, 1, 2); … … 612 615 img->setPixmap(QPixmap(":ntrip-logo.png")); 613 616 dlgLayout->addWidget(img, 0,0); 614 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1. 4"), 0,1);617 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.5"), 0,1); 615 618 dlgLayout->addWidget(tb,1,0,1,2); 616 619
Note:
See TracChangeset
for help on using the changeset viewer.