59 #ifndef _DLT_CONFIG_FILE_PARSER_H_ 60 #define _DLT_CONFIG_FILE_PARSER_H_ 65 #define DLT_CONFIG_FILE_PATH_MAX_LEN 100 66 #define DLT_CONFIG_FILE_ENTRY_MAX_LEN 100 67 #define DLT_CONFIG_FILE_LINE_MAX_LEN 210 68 #define DLT_CONFIG_FILE_SECTIONS_MAX 100 69 #define DLT_CONFIG_FILE_KEYS_MAX 25 DltConfigFile * dlt_config_file_init(char *file_name)
int dlt_config_file_get_num_sections(const DltConfigFile *file, int *num)
int dlt_config_file_get_section_name(const DltConfigFile *file, int num, char *name)
DltConfigFileSection * sections
static char data[kDataSize]
void dlt_config_file_release(DltConfigFile *file)
int dlt_config_file_get_value(const DltConfigFile *file, const char *section, const char *key, char *value)