Changeset 4740 in ntrip for trunk/BNC/src/bnchelp.html


Ignore:
Timestamp:
Sep 13, 2012, 10:53:34 AM (12 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnchelp.html

    r4738 r4740  
    190190</p>
    191191
    192 <p><img src="IMG/screenshot31.png"/></p>
    193 <p><u>Figure 6:</u> Management of configuration options in BNC.</p>
    194 
    195192<p>
    196193BNC maintains configuration options at three different levels:
     
    199196<ol type=b>
    200197<li>GUI, input fields level</li>
    201 <li>Working memory level</li>
     198<li>Active configuration level</li>
    202199<li>Configuration file, disk level</li>
    203200</ol>
    204 <p>
    205 Configuration options are usually specified using GUI input fields (1) after launching BNC. When hitting the 'Start' button, configuration options are transferred one level down to BNC's working memory (2) allowing the program to beginn its operation. Pushing the 'Stop' button ends data processing so that the user can finally terminate BNC through 'File'->'Quit'->'Save Options' which saves processing options in a configuration file to disk (3). It is important to understand that:
    206 <ul>
    207 <li>Data processing in BNC generally uses configuration options from the working memory (2).</li>
     201
     202<p><img src="IMG/screenshot31.png"/></p>
     203<p><u>Figure 6:</u> Management of configuration options in BNC:<br>
     204&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Left: BNC in graphics mode where active configuration options are introduced through GUI input fields and finally saved on disk.<br>
     205&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Middle: BNC in 'no window' mode where active configuration options are read from disk.<br>
     206&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Right: BNC in 'no window' mode without configuration file where default configuration options are to be overwritten via command line options.</p>
     207
     208<p>
     209Configuration options are usually specified using GUI input fields (1) after launching BNC. When hitting the 'Start' button, configuration options are transferred one level down to becomes BNC's active configuration (2) allowing the program to beginn its operation. Pushing the 'Stop' button ends data processing so that the user can finally terminate BNC through 'File'->'Quit'->'Save Options' which saves processing options in a configuration file to disk (3). It is important to understand that:
     210<ul>
     211<li>Active configuration options (2) are independant from GUI input fields and configuration file contents.</li>
    208212<li>Hence changing configuration options at GUI level (1) while BNC is already processing data does not influence a running job.</li>
    209 <li>Editing configuration options at disk level (3) while BNC is already processing data does also not influence a running job. However, there are two exceptions which enforce BNC to update certain options on-the-fly:</li>
     213<li>Editing configuration options at disk level (3) while BNC is already processing data does also not influence a running job. However, there are two exceptions which force BNC to update certain active options on-the-fly:</li>
    210214<ul>
    211215<li>Pushing the 'Save & Reread Configuration' button lets BNC immediately reread its configuration from disk.</li>
    212216<li>Specifying the 'Reread configuration' option lets BNC reread its configuration from disk at pre-defined intervals.</li>
    213217</ul>
    214 <li>A certain BNC configuration can be started in 'no window' mode from scratch without any configuration file at all if configuration options for the working memory (2) are provided via command line.</li>
     218<li>A certain BNC configuration can be started in 'no window' mode from scratch without any configuration file if options for the active configuration level (2) are provided via command line.</li>
    215219</ul>
    216220</p>
Note: See TracChangeset for help on using the changeset viewer.