Main Page   Compound List   File List   Compound Members   File Members  

FireRoth1972Config.h

Go to the documentation of this file.
00001 
00027 #ifndef FireRoth1972Config_H
00028 #define FireRoth1972Config_H
00029 
00030 #include <stdlib.h>
00031 
00032 #include "FuelModel.h"
00033 #include "RothFuelModel.h"
00034 #include "Roth1972.h"
00035 #include "FireProp.h"
00036 
00037 #include "ChHashTable.h"
00038 #include "Err.h"
00039 #include "FStreamIO.h"
00040 #include "KeyVal.h"
00041 #include "List.h"
00042 
00043 /*
00044  *********************************************************
00045  * DEFINES, ENUMS
00046  *********************************************************
00047  */
00048 
00049 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00050 
00051 #define FIRE_ROTH1972_CONFIG_FUEL_SEP_CHARS                 (" ;")
00052 
00053 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
00054  
00055 /*
00056  *********************************************************
00057  * STRUCTS, TYPEDEFS
00058  *********************************************************
00059  */
00060  
00061 /*
00062  *********************************************************
00063  * MACROS
00064  *********************************************************
00065  */
00066  
00067 /*
00068  *********************************************************
00069  * PUBLIC FUNCTIONS
00070  *********************************************************
00071  */
00072 
00090 int InitRothFuelModelListFromProps(ChHashTable * proptbl, List ** fmlist);
00091   
00092 #endif FireRoth1972Config_H     /* end of FireRoth1972Config.h */

Generated at Fri Jun 22 00:46:51 2001 for HFire by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000