fof_sgv.h
Go to the documentation of this file.
1 //
2 // $Id$
3 //
4 
5 float GramSqMt_To_Pounds (float f_Gram);
6 
7 
8 typedef struct {
9  float f_Sec;
10  float f_Amt;
11  float f_PM2_5;
12  float f_PM10;
13  float f_CH4;
14  float f_CO2;
15  float f_CO;
16  float f_NOX;
17  float f_SOX;
18  float f_Inten;
19  } d_SGV ;
20 
21 
22 
23 #define e_SGV_PM2_5 "PM 2.5"
24 #define e_SGV_PM10 "PM 10"
25 #define e_SGV_CH4 "CH 4"
26 #define e_SGV_CO2 "CO 2"
27 #define e_SGV_CO "CO"
28 
29 #define e_SGV_NOX "NOX"
30 #define e_SGV_SOX "SO2"
31 
32 #define e_SGV_Inten "Intensity"
33 
34 int SGV_Init (void);
35 int SGV_GetTimPPA (int iX, float *af_Time, float *af_Amt);
36 int SGV_Set (d_SGV *a_SGV);
37 float SGV_Prepare (char cr_Name[], float *af_MaxTim, float *af_MaxAmt);
float f_CH4
Definition: fof_sgv.h:13
float f_Amt
Definition: fof_sgv.h:10
float f_CO2
Definition: fof_sgv.h:14
float f_Inten
Definition: fof_sgv.h:18
float f_PM2_5
Definition: fof_sgv.h:11
float f_NOX
Definition: fof_sgv.h:16
float f_CO
Definition: fof_sgv.h:15
float f_SOX
Definition: fof_sgv.h:17
float f_Sec
Definition: fof_sgv.h:9
Definition: fof_sgv.h:8
float GramSqMt_To_Pounds(float f_Gram)
Definition: fof_sgv.c:112
int SGV_Init(void)
Definition: fof_sgv.c:141
float f_PM10
Definition: fof_sgv.h:12
int SGV_Set(d_SGV *a_SGV)
Definition: fof_sgv.c:170
float SGV_Prepare(char cr_Name[], float *af_MaxTim, float *af_MaxAmt)
Definition: fof_sgv.c:50
int SGV_GetTimPPA(int iX, float *af_Time, float *af_Amt)
Definition: fof_sgv.c:126