Changeset 565 in ntrip


Ignore:
Timestamp:
Nov 6, 2007, 3:02:33 PM (16 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncabout.html

    r476 r565  
    2121The 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>
    2222<br>
    23 BKG, Frankfurt, Germany, July 2007<br>
     23BKG, Frankfurt, Germany, November 2007<br>
    2424E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br>
    2525</p>
  • trunk/BNC/bncapp.cpp

    r563 r565  
    6868  QApplication(argc, argv, GUIenabled) {
    6969
    70   _bncVersion  = "BNC 1.4";
     70  _bncVersion  = "BNC 1.5";
    7171
    7272  _logFileFlag = 0;
     
    346346        QString line;
    347347        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, "", "");
    349349        *_ephStreamGPS << line;
    350350         
  • trunk/BNC/bncgetthread.cpp

    r515 r565  
    167167   reqStr = "GET " + hlp.path().toAscii() +
    168168            " HTTP/1.0\r\n"
    169             "User-Agent: NTRIP BNC 1.4\r\n"
     169            "User-Agent: NTRIP BNC 1.5\r\n"
    170170            "Authorization: Basic " +
    171171            userAndPwd.toBase64() + "\r\n";
     
    173173   reqStr = "GET " + hlp.toEncoded() +
    174174            " HTTP/1.0\r\n"
    175             "User-Agent: NTRIP BNC 1.4\r\n"
     175            "User-Agent: NTRIP BNC 1.5\r\n"
    176176            "Authorization: Basic " +
    177177            userAndPwd.toBase64() + "\r\n";
  • trunk/BNC/bnchelp.html

    r564 r565  
    338338<p><a name="ephpath"><h4>B - 6.1 Ephemeris Directory - optional</h4></p>
    339339<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 Naviggation files. Default value for 'Ephemeris directory' is an empty option field, meaning that no RINEX Navigation files are created.
     340Enter 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.
    341341</p>
    342342
  • trunk/BNC/bncmain.cpp

    r533 r565  
    7272    settings.setValue("casterPort", 80);
    7373    settings.setValue("rnxIntr",    "15 min");
     74    settings.setValue("ephIntr",    "1 day");
    7475    settings.setValue("rnxSkel",    "SKL");
    7576    settings.setValue("waitTime",   2);
  • trunk/BNC/bnctabledlg.cpp

    r555 r565  
    8080
    8181  _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 formats. 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>"));
    8383  connect(_table, SIGNAL(itemSelectionChanged()),
    8484          this, SLOT(slotSelectionChanged()));
  • trunk/BNC/bncwindow.cpp

    r563 r565  
    6060  setMinimumSize(77*ww, 65*ww);
    6161
    62   setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.4"));
     62  setWindowTitle(tr("BKG Ntrip Client (BNC), Version 1.5"));
    6363
    6464  // Create Actions
     
    150150  _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>"));
    151151  _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>"));
    153153  _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
    155156  _rnxV3CheckBox = new QCheckBox();
    156157  _rnxV3CheckBox->setCheckState(Qt::CheckState(settings.value("rnxV3").toInt()));
     
    176177  }
    177178  _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>"));
    179180  _ephIntrComboBox->setMaximumWidth(9*ww);
    180181  _ephIntrComboBox->setEditable(false);
     
    291292  layout->addWidget(new QLabel("RINEX v3"),                      4, 3, 1, 2);
    292293  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>"));
    293295
    294296  layout->addWidget(new QLabel("RINEX script (full path)"),      5, 0, 1, 2);
     
    301303  bl->addWidget(new QLabel("RINEX"));
    302304  bl->addWidget(_ephIntrComboBox);
    303   bl->addWidget(new QLabel("EPH"));
     305  bl->addWidget(new QLabel("Ephemeris"));
    304306  layout->addLayout(bl, 6, 2, 1, 1);
    305307
     
    318320  layout->addWidget(new QLabel("RINEX v3"),                      8, 3, 1, 2);
    319321  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>"));
    320323
    321324  layout->addWidget(new QLabel("Mountpoints"),                   9, 0, 1, 2);
     
    612615  img->setPixmap(QPixmap(":ntrip-logo.png"));
    613616  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);
    615618  dlgLayout->addWidget(tb,1,0,1,2);
    616619
Note: See TracChangeset for help on using the changeset viewer.