Changeset 6823 in ntrip


Ignore:
Timestamp:
May 9, 2015, 11:51:54 AM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r6822 r6823  
    677677  _rnxSamplSpinBox->setMaximumWidth(9*ww);
    678678
     679  _rnxV2Priority->setMaximumWidth(9*ww);
     680
    679681  oLayout->addWidget(new QLabel("Saving RINEX observation files.<br>"),0, 0, 1,50);
    680682  oLayout->addWidget(new QLabel("Directory"),                      1, 0);
     
    691693  oLayout->addWidget(_rnxScrpLineEdit,                             4, 1, 1, 15);
    692694  oLayout->addWidget(new QLabel("Version 2"),                      5, 0);
    693   oLayout->addWidget(_rnxV2Priority,                               5, 1, 1, 2);
    694   oLayout->addWidget(new QLabel("  Signal priority"),              5, 3);
     695  oLayout->addWidget(_rnxV2Priority,                               5, 1);
     696  oLayout->addWidget(new QLabel("Signal priority"),                5, 2);
    695697  oLayout->addWidget(new QLabel("Version 3"),                      6, 0);
    696698  oLayout->addWidget(_rnxV3CheckBox,                               6, 1);
     
    12861288  _rnxScrpLineEdit->setWhatsThis(tr("<p>Whenever a RINEX Observation file is saved, you might want to compress, copy or upload it immediately via FTP. BNC allows you to execute a script/batch file to carry out these operations. To do that specify the full path of the script/batch file here. BNC will pass the full RINEX Observation file path to the script as a command line parameter (%1 on Windows systems, $1 onUnix/Linux systems).</p>"));
    12871289  _rnxSkelLineEdit->setWhatsThis(tr("<p>BNC allows using personal skeleton files that contain the header records you would like to include. You can derive a personal RINEX header skeleton file from the information given in an up to date sitelog.</p><p>A file in the RINEX Observations 'Directory' with a 'Skeleton extension' suffix is interpreted by BNC as a personal RINEX header skeleton file for the corresponding stream.</p>"));
    1288   _rnxFileCheckBox->setWhatsThis(tr("<p>Tick check box 'Skeleton mandatory' in case you want that RINEX files are only produced if skeleton files are available for BNC. If no skeleton file is available for a particular source then no RINEX observation file will be created from the affected stream.</p><p>Note that a skeleton file contains RINEX header information such as receiver and antenna types. In case of stream conversion to RINEX Version 3 a skeleton file should also contain information on potentially available observation types. A missing sekeleton file will therefore enforce BNC to only save a default set of RINEX 3 observation types."));
     1290  _rnxFileCheckBox->setWhatsThis(tr("<p>Tick check box 'Skeleton mandatory' in case you want that RINEX files are only produced if skeleton files are available for BNC. If no skeleton file is available for a particular source then no RINEX observation file will be produced from the affected stream.</p><p>Note that a skeleton file contains RINEX header information such as receiver and antenna types. In case of stream conversion to RINEX Version 3 a skeleton file should also contain information on potentially available observation types. A missing skeleton file will therefore enforce BNC to only save a default set of RINEX 3 observation types."));
    12891291  _rnxAppendCheckBox->setWhatsThis(tr("<p>When BNC is started, new files are created by default and any existing files with the same name will be overwritten. However, users might want to append already existing files following a restart of BNC, a system crash or when BNC crashed. Tick 'Append files' to continue with existing files and keep what has been recorded so far.</p>"));
    12901292  _autoStartCheckBox->setWhatsThis(tr("<p>Tick 'Auto start' for auto-start of BNC at startup time in window mode with preassigned processing options.</p>"));
Note: See TracChangeset for help on using the changeset viewer.