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

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

Functions

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

Variables

fault_csv_struct fault_csv_value [35] = {0}
 
uint8_t fault_file_not_exist = 0
 

Detailed Description

source file that reads the diagnostics valve fault csv file and stores it in a structure

Function Documentation

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

Variable Documentation

◆ fault_csv_value

fault_csv_struct fault_csv_value[35] = {0}

◆ fault_file_not_exist

uint8_t fault_file_not_exist = 0