#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "fof_sgv.h"
#include "fof_util.h"
#include "fof_lem.h"
Include dependency graph for fof_sgv.c:

Macros | |
#define | eC_SGV 1500 |
Functions | |
float | SGV_Prepare (char cr_Name[], float *af_MaxTim, float *af_MaxAmt) |
float | GramSqMt_To_Pounds (float f_Gram) |
int | SGV_GetTimPPA (int iX, float *af_Time, float *af_Amt) |
int | SGV_Init () |
int | SGV_Set (d_SGV *a_SGV) |
Variables | |
int | iX_SGV |
d_SGV | sr_SGV [eC_SGV+1] |
Macro Definition Documentation
#define eC_SGV 1500 |
Function Documentation
float GramSqMt_To_Pounds | ( | float | f_Gram | ) |
Here is the caller graph for this function:

int SGV_GetTimPPA | ( | int | iX, |
float * | af_Time, | ||
float * | af_Amt | ||
) |
int SGV_Init | ( | void | ) |
Here is the caller graph for this function:

float SGV_Prepare | ( | char | cr_Name[], |
float * | af_MaxTim, | ||
float * | af_MaxAmt | ||
) |
Here is the call graph for this function:

int SGV_Set | ( | d_SGV * | a_SGV | ) |
Here is the caller graph for this function:

Variable Documentation
int iX_SGV |