#include <stdlib.h>#include <stdio.h>#include <math.h>#include <string.h>#include "fof_util.h"#include "bur_bov.h"#include "bur_brn.h"
Include dependency graph for bur_bov.c:

Classes | |
| struct | d_BOV |
Macros | |
| #define | eC_BOV 20 |
Functions | |
| int | BOV_Set_TimHea (double time, double fi) |
| int | BOV_Get_TimHea (int *ai_time, float *af_fi, char cr_Mess[]) |
| int | BOV_GetRemAmt (float *af_RemAmt, char cr_BOV_Cat[]) |
| float | BOV_GetRem3 (char cr_BOV_Cat[], int i_3InId) |
| int | BOV_PutRemAmt (float f_RemAmt, int iX, float f_TimBurOut) |
| int | BOV_Entry (char cr_BOV_Cat[], int i_3InId) |
| int | BOV_Last () |
| void | BOV_Init () |
Variables | |
| int | i_Cnt |
| int | i_Time |
| float | f_fi |
| d_BOV | sr_BOV [eC_BOV] |
Macro Definition Documentation
| #define eC_BOV 20 |
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:

| 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_BOV_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:

Variable Documentation
| float f_fi |
| int i_Cnt |
| int i_Time |