User Tools

Site Tools


eeros_architecture:hal:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
eeros_architecture:hal:start [2017/11/30 19:42] – [Hardware Abstraction Layer] grafeeros_architecture:hal:start [2019/03/26 11:39] (current) gehrig
Line 25: Line 25:
 Now, you can pass the configuration file with Now, you can pass the configuration file with
 <code> <code>
-$ ./myApplication --config     /path/to/config/NameOfConfigurationFile +$ ./myApplication -c /path/to/config/NameOfConfigurationFile
-$ ./myApplication -c           /path/to/config/NameOfConfigurationFile    // short version +
-$ ./myApplication --configFile /path/to/config/NameOfConfigurationFile    // also possible +
-$ ./myApplication -f           /path/to/config/NameOfConfigurationFile    // short version+
 </code> </code>
 +Note: This HAL option has to be the first option if additional command line options are used.
 +
 This call causes the following actions: This call causes the following actions:
   * the configuration file will be parsed   * the configuration file will be parsed
eeros_architecture/hal/start.1512067352.txt.gz · Last modified: 2017/11/30 19:42 by graf