Changeset 4171 in ntrip
- Timestamp:
- May 15, 2012, 9:27:56 AM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r4169 r4171 716 716 + ".config" + QDir::separator() 717 717 + organizationName() + QDir::separator() 718 + applicationName() + ". ini";718 + applicationName() + ".bnc"; 719 719 } 720 720 else { -
trunk/BNC/bnchelp.html
r4164 r4171 152 152 </p> 153 153 <p> 154 As a default, configuration files for running BNC on Unix/Linux/Mac systems are saved in directory '${HOME}/.config/BKG'. On Windows systems, they are typically saved in directory 'C:/Documents and Settings/Username/.config/BKG'. The default configuration file name is 'BNC. ini'.</p>155 <p> 156 The default file name 'BNC. ini' can be changed and the file contents can easily be edited. On graphical user interfaces it is possible to Drag & Drop a configuration file icon to start BNC (not on Mac systems). Some configuration options can be changed on-the-fly. See annexed 'Configuration Examples' for a complete set of configuration options. It is also possible to start and configure BNC via command line.154 As a default, configuration files for running BNC on Unix/Linux/Mac systems are saved in directory '${HOME}/.config/BKG'. On Windows systems, they are typically saved in directory 'C:/Documents and Settings/Username/.config/BKG'. The default configuration file name is 'BNC.bnc'.</p> 155 <p> 156 The default file name 'BNC.bnc' can be changed and the file contents can easily be edited. On graphical user interfaces it is possible to Drag & Drop a configuration file icon to start BNC (not on Mac systems). Some configuration options can be changed on-the-fly. See annexed 'Configuration Examples' for a complete set of configuration options. It is also possible to start and configure BNC via command line. 157 157 </p> 158 158 <p><a name="optsettings"><h3>4. Settings</h3></p> … … 2275 2275 <p><a name="cmd"><h4>4.19. Command Line Options</h4></p> 2276 2276 <p> 2277 Command line options are available to run BNC in 'no window' mode or let it read data offline from one file or several files for debugging or Post Processing purposes. BNC will then use processing options from the configuration file. Note that the self-explaining contents of the configuration file can easily be edited. It is possible to introduce a specific configuration file name instead of using the default name 'BNC. ini'.2277 Command line options are available to run BNC in 'no window' mode or let it read data offline from one file or several files for debugging or Post Processing purposes. BNC will then use processing options from the configuration file. Note that the self-explaining contents of the configuration file can easily be edited. It is possible to introduce a specific configuration file name instead of using the default name 'BNC.bnc'. 2278 2278 </p> 2279 2279 … … 2305 2305 2306 2306 <p><a name="conffile"><h4>4.19.3 Configuration File - optional</h4></p> 2307 The default configuration file name is 'BNC. ini'. You may change this name at startup time using the command line option '--conf <<u>confFileName</u>>'. This allows running several BNC jobs in parallel on the same host using different sets of configuration options. <u>confFileName</u> stands either for the full path to a configuration file or just for a file name. If you introduce only a filename, the corresponding file will be saved in the current working directory from where BNC is started.2307 The default configuration file name is 'BNC.bnc'. You may change this name at startup time using the command line option '--conf <<u>confFileName</u>>'. This allows running several BNC jobs in parallel on the same host using different sets of configuration options. <u>confFileName</u> stands either for the full path to a configuration file or just for a file name. If you introduce only a filename, the corresponding file will be saved in the current working directory from where BNC is started. 2308 2308 </p> 2309 2309 <p> 2310 2310 Example:<br><br> 2311 ./bnc --conf MyConfig. ini2311 ./bnc --conf MyConfig.bnc 2312 2312 </p> 2313 2313 <p> 2314 This leads to a BNC job using configuration file 'MyConfig. ini'. The configuration file will be saved in the current working directory.2314 This leads to a BNC job using configuration file 'MyConfig.bnc'. The configuration file will be saved in the current working directory. 2315 2315 </p> 2316 2316 <p> 2317 2317 On a Mac-OS X v10.6 (or higher) system the command line would be 2318 2318 <br><br> 2319 open -a /Applications/bnc.app --args -conf /Users/tsyan/MyConfig. ini2319 open -a /Applications/bnc.app --args -conf /Users/tsyan/MyConfig.bnc 2320 2320 <br><br> 2321 if the program is in /Applications and the configuration file 'MyConfig. ini' in /Users/tsyan.2321 if the program is in /Applications and the configuration file 'MyConfig.bnc' in /Users/tsyan. 2322 2322 </p> 2323 2323 … … 2746 2746 2747 2747 <p> 2748 The following table's left column is an example for the contents of a configuration file 'BNC. ini'. It enables the retrieval of an observations stream via NTRIP for the generation of 15 min RINEX files:2748 The following table's left column is an example for the contents of a configuration file 'BNC.bnc'. It enables the retrieval of an observations stream via NTRIP for the generation of 15 min RINEX files: 2749 2749 </p> 2750 2750 <table>
Note:
See TracChangeset
for help on using the changeset viewer.