summaryrefslogtreecommitdiff
path: root/src/shared/dlt_config_file_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Code beautification using uncrustifyChristoph Lipka2018-12-211-92/+78
| | | | Signed-off-by: Christoph Lipka <clipka@de.adit-jv.com>
* file parser: Replace hash functions with list (#67)ManikandanChockalingam2018-07-121-60/+51
| | | | | | | | file parser: Replace hash functions with list Signed-off-by: ManikandanC <Manikandan.Chockalingam@in.bosch.com> Signed-off-by: S. Hameed <shameed@jp.adit-jv.com> Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
* Parse INI filesChristoph Lipka2015-11-241-0/+575
Offline Logstorage, Multinode and potentially other DLT extensions retrieve their configuration from a configuration file in INI file format. To avoid code duplications, this helper functionality should be used to read configuration files. Signed-off-by: Christoph Lipka <clipka@jp.adit-jv.com>