source file that reads the diagnostics valve fault csv file and stores it in a structure
More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "AppGlobal.h"
|
void | read_dv_fault_csv () |
| Function that reads the fault data from CSV file & stores the same in the structure.
|
|
source file that reads the diagnostics valve fault csv file and stores it in a structure
◆ read_dv_fault_csv()
void read_dv_fault_csv |
( |
| ) |
|
Function that reads the fault data from CSV file & stores the same in the structure.
- Parameters
-
◆ fault_csv_value
fault_csv_struct fault_csv_value[35] = {0} |
◆ fault_file_not_exist
uint8_t fault_file_not_exist = 0 |