Main Page   Compound List   File List   Compound Members   File Members  

FireTimer_ Struct Reference

structure used to store information associated with simulation clock. More...

#include "FireTimer.h"

List of all members.

Public Attributes

int sim_start_yr
int sim_start_mo
int sim_start_dy
int sim_start_hr
int sim_end_yr
int sim_end_mo
int sim_end_dy
int sim_end_hr
int sim_cur_yr
int sim_cur_mo
int sim_cur_dy
int sim_cur_hr
int sim_cur_secs


Detailed Description

structure used to store information associated with simulation clock.

Definition at line 89 of file FireTimer.h.


Member Data Documentation

int FireTimer_::sim_cur_dy
 

current simulation time, 1-based day index, eg first day mo=1

Definition at line 111 of file FireTimer.h.

int FireTimer_::sim_cur_hr
 

current simulation time, 1-based hour index, eg noon=12 not 11

Definition at line 113 of file FireTimer.h.

int FireTimer_::sim_cur_mo
 

current simulation time, 1-based month index, eg Jan=1 not 0

Definition at line 109 of file FireTimer.h.

int FireTimer_::sim_cur_secs
 

current simulation time, never exceeds FIRE_TIMER_SECS_PER_DAY

Definition at line 115 of file FireTimer.h.

int FireTimer_::sim_cur_yr
 

current simulation time, absolute year eg not offset from 1900

Definition at line 107 of file FireTimer.h.

int FireTimer_::sim_end_dy
 

simulation end time, 1-based day index, eg first day mo=1

Definition at line 103 of file FireTimer.h.

int FireTimer_::sim_end_hr
 

simulation end time, 1-based hour index, eg noon=12 not 11

Definition at line 105 of file FireTimer.h.

int FireTimer_::sim_end_mo
 

simulation end time, 1-based month index, eg Jan=1 not 0

Definition at line 101 of file FireTimer.h.

int FireTimer_::sim_end_yr
 

simulation end time, absolute year eg not offset from 1900

Definition at line 99 of file FireTimer.h.

int FireTimer_::sim_start_dy
 

simulation start time,1-based day index, eg first day mo=1

Definition at line 95 of file FireTimer.h.

int FireTimer_::sim_start_hr
 

simulation start time, 1-based hour index, eg noon=12 not 11

Definition at line 97 of file FireTimer.h.

int FireTimer_::sim_start_mo
 

simulation start time, 1-based month index, eg Jan=1 not 0

Definition at line 93 of file FireTimer.h.

int FireTimer_::sim_start_yr
 

simulation start time, absolute year eg not offset from 1900

Definition at line 91 of file FireTimer.h.


The documentation for this struct was generated from the following file:
Generated at Fri Jun 22 00:46:53 2001 for HFire by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000