eeros_architecture:hal:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| eeros_architecture:hal:start [2017/04/30 10:41] – [Hardware Abstraction Layer] graf | eeros_architecture:hal:start [2019/03/26 11:39] (current) – gehrig | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| * [[eeros_architecture: | * [[eeros_architecture: | ||
| * [[eeros_architecture: | * [[eeros_architecture: | ||
| + | * [[eeros_architecture: | ||
| + | * [[eeros_architecture: | ||
| + | * [[eeros_architecture: | ||
| * [[eeros_architecture: | * [[eeros_architecture: | ||
| * [[eeros_architecture: | * [[eeros_architecture: | ||
| + | * [[eeros_architecture: | ||
| + | * [[eeros_architecture: | ||
| ===== Configuration of the HAL ===== | ===== Configuration of the HAL ===== | ||
| The inputs and outputs of the system are given by a specific hardware setup. This can vary widely among different systems. To account for many possible hardware settings we use a configuration file. This file describes the current hardware together with the necessary library to access them, see [[Configuration File]]. | The inputs and outputs of the system are given by a specific hardware setup. This can vary widely among different systems. To account for many possible hardware settings we use a configuration file. This file describes the current hardware together with the necessary library to access them, see [[Configuration File]]. | ||
| Line 21: | Line 25: | ||
| Now, you can pass the configuration file with | Now, you can pass the configuration file with | ||
| < | < | ||
| - | $ ./ | + | $ ./ |
| - | $ ./ | + | |
| - | $ ./myApplication --configFile NameOfConfigurationFile | + | |
| - | $ ./ | + | |
| </ | </ | ||
| + | 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 | ||
| Line 32: | Line 35: | ||
| * these objects will be registered in the HAL manager | * these objects will be registered in the HAL manager | ||
| ===== Available HAL Objects ===== | ===== Available HAL Objects ===== | ||
| - | All input objects of the HAL have a common type base type '' | + | All input objects of the HAL have a common type base type '' |
| The following functions are available: | The following functions are available: | ||
| <code cpp> | <code cpp> | ||
eeros_architecture/hal/start.1493541714.txt.gz · Last modified: 2017/04/30 10:41 by graf