source file that reads the isem diag warning csv file and stores it in a structure
More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "AppGlobal.h"
|
void | read_isem_warning_csv () |
| Function that reads the isem_diag_warning data from CSV file & stores the same in the structure.
|
|
source file that reads the isem diag warning csv file and stores it in a structure
◆ read_isem_warning_csv()
void read_isem_warning_csv |
( |
| ) |
|
Function that reads the isem_diag_warning data from CSV file & stores the same in the structure.
- Parameters
-
◆ isem_warning_csv_value
isem_warning_csv_struct isem_warning_csv_value[35] = {0} |
◆ isem_warning_file_not_exist
uint8_t isem_warning_file_not_exist = 0 |