Changeset 1202 in ntrip


Ignore:
Timestamp:
Nov 15, 2008, 10:39:34 PM (15 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r1201 r1202  
    7070<p><a name="options"><h3>3. Options</h3></p>
    7171<p>
    72 All options for running BNC on Unix/Linux/Mac systems are saved in file ${HOME}/.config/BKG/BKG_NTRIP_Client.conf, see annexed 'Configuration File' example. On Windows systems options are saved in register BKG_NTRIP_Client. The self-explaining contents of the configuration file or the Windows register can easily be edited.
     72All options for running BNC on Unix/Linux/Mac systems are saved in file ${HOME}/.config/BKG/BKG_NTRIP_Client.conf, see annexed 'Configuration File' example. On Windows systems options are saved in register BKG_NTRIP_Client. The self-explaining contents of the configuration file or the Windows register can easily be edited. Some options can be changed on-the-fly.
    7373</p>
    7474<p>
     
    135135Use smaller font size if the BNC main window exceeds the size of your screen.
    136136</li>
    137 <li> save selected options in configuration file resp. Windows register and let them become active.<br>
     137<li> save selected options in configuration file resp. Windows register.<br>
     138When using 'Save & Activate Options' while BNC is already processing data, some configuration options become immediately effective on-the-fly without interrupting uninvolved threads. See annexed section 'Configuration File' for a list of on-the-fly changeable configuration options.
    138139</li>
    139140<li>
     
    189190<p><a name="reconf"><h4>3.4.3 Reread Configuration - optional</h4></p>
    190191<p>
    191 When operating BNC online in window or 'no window' mode, some configuration options can be changed on-the-fly without interrupting the running process. Configuration options that can be changed on-the-fly are
    192 </p>
    193 <p>
    194 <ul>
    195 <li>'mountPoints' to change the selection of streams to be processed, see section 'Mountpoints',</li>
    196 <li>'waitTime' to change the 'Wait for full epoch' option, see section 'Synchronized Observations', and</li>
    197 <li>'binSample' to change the 'Sampling' option, see section 'Synchronized Observations'.</li>
    198 </ul>
    199 </p>
    200 <p>
    201 <u>'No window' mode:</u> For changes while running BNC in 'no window' mode you force the program to reread parts of its configuration in pre-defined intervals. Select '1 min', '1 hour', or '1 day' to let BNC reread the above mentioned configuration options every full minute, hour, or day. This avoids terminating BNC through usage of 'Stop', or 'Quit' button and lets in between edited configuration options become effective on-the-fly without interrupting uninvolved threads. See annexed section 'Configuration File' for a Unix/Linux/Mac configuration file example.
    202 </p>
    203 <p>
    204 <u>Window mode:</u> For changes while running BNC in window mode you interactively modify one of the above mentioned options and then hit 'Save Options'. Changes will immediately become effective without terminating uninvolved threads.
     192When operating BNC online in 'no window' mode (command line option -nw), some configuration options can nevertheless be changed on-the-fly without interrupting the running process. For that you force the program to reread parts of its configuration in pre-defined intervals. Select '1 min', '1 hour', or '1 day' to let BNC reread on-the-fly changeable configuration options every full minute, hour, or day. This lets in between edited options become effective without interrupting uninvolved threads. See annexed section 'Configuration File' for a Unix/Linux/Mac configuration file example and a list of on-the-fly changeable options.
    205193</p>
    206194
     
    10411029<p>
    10421030Note that on Windows systems configuration options are saved in register BKG_NTRIP_Client.
    1043 <p>
     1031</p>
     1032<p>
     1033Note further that configuration options that can be changed/edited on-the-fly while BNC is already processing data are
     1034</p>
     1035<p>
     1036<ul>
     1037<li>'mountPoints' to change the selection of streams to be processed, see section 'Mountpoints',</li>
     1038<li>'waitTime' to change the 'Wait for full epoch' option, see section 'Synchronized Observations', and</li>
     1039<li>'binSample' to change the 'Sampling' option, see section 'Synchronized Observations'.</li>
     1040</ul>
     1041</p>
    10441042
    10451043<p><a name="links"><h3>8.5 Links</h3></p>
  • trunk/BNC/bncwindow.cpp

    r1201 r1202  
    8383  connect(_actFontSel, SIGNAL(triggered()), SLOT(slotFontSel()));
    8484
    85   _actSaveOpt = new QAction(tr("&Save Options"),this);
     85  _actSaveOpt = new QAction(tr("&Save && Activate Options"),this);
    8686  connect(_actSaveOpt, SIGNAL(triggered()), SLOT(slotSaveOptions()));
    8787
Note: See TracChangeset for help on using the changeset viewer.