Main Page   Compound List   File List   Compound Members   File Members  

FireProp.h File Reference

Constant property keys and enumerated values used by the simulation HashTable. More...

#include <stdlib.h>

Go to the source code of this file.

Typedefs

typedef enum EnumFireProp_ EnumFireProp
typedef enum EnumFireVal_ EnumFireVal

Enumerations

enum  EnumFireProp_ {
  PROP_LOW_BOUND = -1,
  PROP_SIMSTYR = 0,
  PROP_SIMSTMO = 1,
  PROP_SIMSTDY = 2,
  PROP_SIMSTHR = 3,
  PROP_SIMEDYR = 4,
  PROP_SIMEDMO = 5,
  PROP_SIMEDDY = 6,
  PROP_SIMEDHR = 7,
  PROP_SIMTSSEC = 8,
  PROP_SIMRNGSD = 9,
  PROP_FPTYP = 10,
  PROP_FPFMD = 11,
  PROP_FPIMP = 12,
  PROP_FPUNB = 13,
  PROP_ELEVFMT = 14,
  PROP_ELEVMN = 15,
  PROP_ELEVHDR = 16,
  PROP_ELEVTYP = 17,
  PROP_SLPFMT = 18,
  PROP_SLPMN = 19,
  PROP_SLPHDR = 20,
  PROP_SLPTYP = 21,
  PROP_ASPFMT = 22,
  PROP_ASPMN = 23,
  PROP_ASPHDR = 24,
  PROP_ASPTYP = 25,
  PROP_EXPFREQ = 26,
  PROP_EXPFIDDIR = 27,
  PROP_EXPFUELDIR = 28,
  PROP_EXPSAGEDIR = 29,
  PROP_EXPFAREAF = 30,
  PROP_EXPFPERMF = 31,
  PROP_EXPIGLCF = 32,
  PROP_EXPSANAEVF = 33,
  PROP_EXPFPDIR = 34,
  PROP_EXPFPICMF = 35,
  PROP_EXPFPWID = 36,
  PROP_EXPFPHGT = 37,
  PROP_EXPFPTTXT = 38,
  PROP_EXPFPTF = 39,
  PROP_EXPFPTP = 40,
  PROP_FEXTYP = 41,
  PROP_FEXHR = 42,
  PROP_FEXROS = 43,
  PROP_RGRTYP = 44,
  PROP_FIXFNUM = 45,
  PROP_RGRFILE = 46,
  PROP_PNVFMT = 47,
  PROP_PNVMN = 48,
  PROP_PNVHDR = 49,
  PROP_PNVTYP = 50,
  PROP_STATFMT = 51,
  PROP_STATMN = 52,
  PROP_STATHDR = 53,
  PROP_STATTYP = 54,
  PROP_SAGETYP = 55,
  PROP_SAGEFIX = 56,
  PROP_SAGEFMT = 57,
  PROP_SAGEMN = 58,
  PROP_SAGEHDR = 59,
  PROP_SAGERTYP = 60,
  PROP_IGTYP = 61,
  PROP_IGFILE = 62,
  PROP_IGFREQYR = 63,
  PROP_IGRSPFMT = 64,
  PROP_IGRSPMN = 65,
  PROP_IGRSPHDR = 66,
  PROP_IGRSPTYP = 67,
  PROP_WAZTYP = 68,
  PROP_WAZHFILE = 69,
  PROP_WAZFFILE = 70,
  PROP_WAZSPFILE = 71,
  PROP_WSPDTYP = 72,
  PROP_WSPDHFILE = 73,
  PROP_WSPDFFILE = 74,
  PROP_WSPDSPFILE = 75,
  PROP_DFMTYP = 76,
  PROP_DFMHFILE = 77,
  PROP_DFMFFILE = 78,
  PROP_DFMSPFILE = 79,
  PROP_LFMTYP = 80,
  PROP_LFMHFILE = 81,
  PROP_LFMWFILE = 82,
  PROP_LFMSPFILE = 83,
  PROP_SANAFREQ = 84,
  PROP_SANANUMD = 85,
  PROP_SANAWAZF = 86,
  PROP_SANAWSPDF = 87,
  PROP_SANADFMF = 88,
  PROP_UP_BOUND = 89
}
 constant property keys used to retrieve values from simulation properties ChHashTable. More...

enum  EnumFireVal_ {
  VAL_LOW_BOUND = -1,
  VAL_ASCII = 0,
  VAL_BINARY = 1,
  VAL_NULL = 2,
  VAL_DOUBLE = 3,
  VAL_FLOAT = 4,
  VAL_LONGINT = 5,
  VAL_INT = 6,
  VAL_BYTE = 7,
  VAL_FIXED = 8,
  VAL_PNV = 9,
  VAL_STATIC = 10,
  VAL_SPATIAL = 11,
  VAL_RANDU = 12,
  VAL_RANDH = 13,
  VAL_RANDS = 14,
  VAL_TABLE = 15,
  VAL_TIMESTEP = 16,
  VAL_DAILY = 17,
  VAL_ANNUAL = 18,
  VAL_TINY = 19,
  VAL_SMALL = 20,
  VAL_MEDBOLD = 21,
  VAL_LARGE = 22,
  VAL_GIANT = 23,
  VAL_UL = 24,
  VAL_LL = 25,
  VAL_LR = 26,
  VAL_UR = 27,
  VAL_CONS = 28,
  VAL_REIG = 29,
  VAL_ROTH = 30,
  VAL_PHYS = 31,
  VAL_UP_BOUND = 32
}
 constant enumerated values stored in simulation properties ChHashTable. More...


Detailed Description

Constant property keys and enumerated values used by the simulation HashTable.

See also:
Check the config file documentation
Author(s):
Marco Morais
Date:
2000-2001

HFire (Highly Optmized Tolerance Fire Spread Model) Library Copyright (C) 2001 Marco Morais

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Definition in file FireProp.h.


Typedef Documentation

typedef enum EnumFireProp_ EnumFireProp
 

Type name for EnumFireProp_

See also:
For a list of constants goto EnumFireProp_

Definition at line 193 of file FireProp.h.

typedef enum EnumFireVal_ EnumFireVal
 

Type name for EnumFireVal_

See also:
For a list of constants goto EnumFireVal_

Definition at line 198 of file FireProp.h.


Enumeration Type Documentation

enum EnumFireProp_
 

constant property keys used to retrieve values from simulation properties ChHashTable.

See also:
Check the config file documentation

Definition at line 49 of file FireProp.h.

enum EnumFireVal_
 

constant enumerated values stored in simulation properties ChHashTable.

See also:
Check the config file documentation

Definition at line 147 of file FireProp.h.


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