This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | d_SGV |
Macros | |
| #define | e_SGV_PM2_5 "PM 2.5" |
| #define | e_SGV_PM10 "PM 10" |
| #define | e_SGV_CH4 "CH 4" |
| #define | e_SGV_CO2 "CO 2" |
| #define | e_SGV_CO "CO" |
| #define | e_SGV_NOX "NOX" |
| #define | e_SGV_SOX "SO2" |
| #define | e_SGV_Inten "Intensity" |
Functions | |
| float | GramSqMt_To_Pounds (float f_Gram) |
| int | SGV_Init (void) |
| int | SGV_GetTimPPA (int iX, float *af_Time, float *af_Amt) |
| int | SGV_Set (d_SGV *a_SGV) |
| float | SGV_Prepare (char cr_Name[], float *af_MaxTim, float *af_MaxAmt) |
Macro Definition Documentation
| #define e_SGV_CH4 "CH 4" |
| #define e_SGV_CO "CO" |
| #define e_SGV_CO2 "CO 2" |
| #define e_SGV_Inten "Intensity" |
| #define e_SGV_NOX "NOX" |
| #define e_SGV_PM10 "PM 10" |
| #define e_SGV_PM2_5 "PM 2.5" |
| #define e_SGV_SOX "SO2" |
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:
