Arrow3-MBN-APP
 
Loading...
Searching...
No Matches
isem_diag_fault_csv.c File Reference

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"
Include dependency graph for isem_diag_fault_csv.c:

Functions

void read_isem_fault_csv ()
 Function that reads the ISEM diag fault data from CSV file & stores the same in the structure.
 

Variables

isem_fault_csv_struct isem_fault_csv_value [35] = {0}
 
uint8_t isem_fault_file_not_exist = 0
 

Detailed Description

source file that reads the ISEM diag fault csv file and stores it in a structure

Function Documentation

◆ 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
None
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ 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