source file that reads the ISEM diag fault csv file and stores it in a structure
More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "AppGlobal.h"
|
void | read_isem_fault_csv () |
| Function that reads the ISEM diag fault data from CSV file & stores the same in the structure.
|
|
source file that reads the ISEM diag fault csv file and stores it in a structure
◆ read_isem_fault_csv()
void read_isem_fault_csv |
( |
| ) |
|
Function that reads the ISEM diag fault data from CSV file & stores the same in the structure.
- Parameters
-
◆ isem_fault_csv_value
isem_fault_csv_struct isem_fault_csv_value[35] = {0} |
◆ isem_fault_file_not_exist
uint8_t isem_fault_file_not_exist = 0 |