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
Next revision
Previous revision
eeros_architecture:hal:start [2017/11/20 17:55] – [Hardware Abstraction Layer] grafeeros_architecture:hal:start [2019/03/26 11:39] (current) gehrig
Line 3: Line 3:
   * [[eeros_architecture:hal:using_hal|]]   * [[eeros_architecture:hal:using_hal|]]
   * [[eeros_architecture:hal:configuration_file|]]   * [[eeros_architecture:hal:configuration_file|]]
 +    * [[eeros_architecture:hal:scaling|]]
 +    * [[eeros_architecture:hal:scaling_multi|]]
 +    * [[eeros_architecture:hal:config_ros|]]
   * [[eeros_architecture:hal:feature_functions|]]   * [[eeros_architecture:hal:feature_functions|]]
   * [[eeros_architecture:hal:hardware_libraries|]]   * [[eeros_architecture:hal:hardware_libraries|]]
Line 22: 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.1511196933.txt.gz · Last modified: 2017/11/20 17:55 (external edit)