Changeset 7178 in ntrip


Ignore:
Timestamp:
Aug 10, 2015, 3:14:00 PM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

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

    r7176 r7178  
    13181318  _bncFigureLate->setWhatsThis(tr("The individual latency of observations in each incoming stream is shown in the 'Latency' tab. Streams not carrying observations (i.e. those providing only broadcast ephemeris messages) are not considered here. Note that the calculation of correct latencies requires the clock of the host computer to be properly synchronized."));
    13191319  _ephV3CheckBox->setWhatsThis(tr("The default format for output of RINEX Navigation data containing Broadcast Ephemeris is RINEX Version 2. Select 'Version 3' if you want to output the ephemeris in RINEX Version 3 format."));
     1320  _rnxV3filenameCheckBox->setWhatsThis(tr("<p>Tick 'Version 3 file names' to let BNC create so-called extended file names following the RINEX Version 3 standard.</p><p>Default is an empty check box, meaning to create file names following the RINEX Version 2 standard although the file contents is saved in RINEX Version 3 format.</p>"));
     1321  _ephV3filenameCheckBox->setWhatsThis(tr("<p>Tick 'Version 3 file names' to let BNC create so-called extended file names following the RINEX Version 3 standard.</p><p>Default is an empty check box, meaning to create file names following the RINEX Version 2 standard although the file contents is saved in RINEX Version 3 format.</p>"));
    13201322  _rnxV3CheckBox->setWhatsThis(tr("The default format for RINEX Observation files is RINEX Version 2. Select 'Version 3' if you want to save the observations in RINEX Version 3 format."));
    13211323  _rnxV2Priority->setWhatsThis(tr("<p>Specify a priority list of characters defining signal attributes as defined in RINEX Version 3. Priorities will be used to map observations with RINEX Version 3 attributes from incoming streams to Version 2. The underscore character '_' stands for undefined attributes. A question mark '?' can be used as wildcard which represents any one character.</p><p>Default is priority list 'CWPX_?'.</p>"));
Note: See TracChangeset for help on using the changeset viewer.