This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | e_BOV_Litter "Litter" |
#define | e_BOV_DW1 "DW1" |
#define | e_BOV_DW10 "DW10" |
#define | e_BOV_DW100 "DW100" |
#define | e_BOV_DW1kSnd "DW1kSnd" |
#define | e_BOV_DW1kRot "DW1kRot" |
Functions | |
int | BOV_GetRemAmt (float *af_RemAmt, char cr_Cat[]) |
int | BOV_PutRemAmt (float f_RemAmt, int iX, float f_TimBurOut) |
int | BOV_Entry (char cr_BOV_Cat[], int i_3InId) |
void | BOV_Init (void) |
int | BOV_Last (void) |
void | BOV_SetIgnite (char cr_YN[]) |
int | BOV_GetIgnite (void) |
int | BOV_Get_TimHea (int *ai_time, float *af_fi, char cr_Mess[]) |
int | BOV_Set_TimHea (double time, double fi) |
float | BOV_GetRem3 (char cr_BOV_Cat[], int i_3InId) |
Macro Definition Documentation
#define e_BOV_DW1 "DW1" |
#define e_BOV_DW10 "DW10" |
#define e_BOV_DW100 "DW100" |
#define e_BOV_DW1kRot "DW1kRot" |
#define e_BOV_DW1kSnd "DW1kSnd" |
#define e_BOV_Litter "Litter" |
Function Documentation
int BOV_Entry | ( | char | cr_BOV_Cat[], |
int | i_3InId | ||
) |
Here is the caller graph for this function:
int BOV_Get_TimHea | ( | int * | ai_time, |
float * | af_fi, | ||
char | cr_Mess[] | ||
) |
Here is the caller graph for this function:
int BOV_GetIgnite | ( | void | ) |
float BOV_GetRem3 | ( | char | cr_BOV_Cat[], |
int | i_3InId | ||
) |
Here is the caller graph for this function:
int BOV_GetRemAmt | ( | float * | af_RemAmt, |
char | cr_Cat[] | ||
) |
Here is the caller graph for this function:
void BOV_Init | ( | void | ) |
Here is the caller graph for this function:
int BOV_Last | ( | void | ) |
Here is the caller graph for this function:
int BOV_PutRemAmt | ( | float | f_RemAmt, |
int | iX, | ||
float | f_TimBurOut | ||
) |
Here is the call graph for this function:
Here is the caller graph for this function:
int BOV_Set_TimHea | ( | double | time, |
double | fi | ||
) |
Here is the caller graph for this function:
void BOV_SetIgnite | ( | char | cr_YN[] | ) |