#include <windows.h>#include <stdlib.h>#include <stdio.h>#include <math.h>#include <string.h>#include "fof_ansi.h"#include "bur_brn.h"#include "bur_bov.h"#include "fof_co.h"#include "fof_ci.h"#include "fof_bcm.h"#include "fof_lem.h"#include "fof_util.h"#include "fof_sgv.h"
Include dependency graph for fof_bcm.c:

Macros | |
| #define | printf xprintf |
Functions | |
| void | xprintf (const char *,...) |
| void | Fue_CalcPP (float f_Pre, float f_Con, float *af_Pos, float *af_Per, char cr_ErrMes[]) |
| float | _PerCon (float f_Pre, float f_Con) |
| void | _SetNoIgn (d_CO *a_CO) |
| int WINAPI | BCM_Mngr (d_CI *a_CI, d_CO *a_CO, char cr_ErrMes[]) |
| void | BCM_SetInputs (d_CI *a_CI) |
| float | BCM_DW10M_Adj (char cr_DWHr[], float f_Moist) |
| float | BCM_DW1k_MoiRot (float f_Moist) |
| float | BCM_Get3 (char cr_BOV_Cat[], int i_3InId, float f_Load) |
| int | BCM_Get (char cr_BOV_Cat[], float f_Load, float *af_Con) |
| int | BCM_Check (d_CI *a_CI, char cr_ErrMes[]) |
| int | _Limit (float f_Load, char cr_ErrMes[], char cr[]) |
| int | _ChkDuff (d_CI *a_CI, char cr_ErrMes[]) |
| int | _Pc_DufCon (float f_Pc, char cr_ErrMes[]) |
Macro Definition Documentation
| #define printf xprintf |
Function Documentation
| int _ChkDuff | ( | d_CI * | a_CI, |
| char | cr_ErrMes[] | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| int _Limit | ( | float | f_Load, |
| char | cr_ErrMes[], | ||
| char | cr[] | ||
| ) |
Here is the caller graph for this function:

| int _Pc_DufCon | ( | float | f_Pc, |
| char | cr_ErrMes[] | ||
| ) |
Here is the caller graph for this function:

| float _PerCon | ( | float | f_Pre, |
| float | f_Con | ||
| ) |
Here is the caller graph for this function:

| void _SetNoIgn | ( | d_CO * | a_CO | ) |
Here is the caller graph for this function:

| int BCM_Check | ( | d_CI * | a_CI, |
| char | cr_ErrMes[] | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| float BCM_DW10M_Adj | ( | char | cr_DWHr[], |
| float | f_Moist | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| float BCM_DW1k_MoiRot | ( | float | f_Moist | ) |
Here is the caller graph for this function:

| int BCM_Get | ( | char | cr_BOV_Cat[], |
| float | f_Load, | ||
| float * | af_Con | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| float BCM_Get3 | ( | char | cr_BOV_Cat[], |
| int | i_3InId, | ||
| float | f_Load | ||
| ) |
Here is the call graph for this function:

Here is the caller graph for this function:

Here is the call graph for this function:

Here is the caller graph for this function:

| void BCM_SetInputs | ( | d_CI * | a_CI | ) |
Here is the call graph for this function:

Here is the caller graph for this function:

| void Fue_CalcPP | ( | float | f_Pre, |
| float | f_Con, | ||
| float * | af_Pos, | ||
| float * | af_Per, | ||
| char | cr_ErrMes[] | ||
| ) |
Here is the caller graph for this function:

| void xprintf | ( | const char * | , |
| ... | |||
| ) |