Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TxModelDefines.h File Reference

Go to the source code of this file.

Defines

#define MODEL_PRE   0
 MODEL_PRE is the state of the model before any input file is read or before the model is started. More...

#define MODEL_INITIAL   1
 MODEL_INITIAL is the state of the model after PRE. More...

#define MODEL_RUN   2
 MODEL_RUN is the state of the model when it is stepping or running. More...

#define MODEL_STOP   3
 MODEL_STOP is the state of the model when it is stopped. More...


Define Documentation

#define MODEL_INITIAL   1
 

MODEL_INITIAL is the state of the model after PRE.

An input file may be read but the model has not stepped.

Definition at line 30 of file TxModelDefines.h.

#define MODEL_PRE   0
 

MODEL_PRE is the state of the model before any input file is read or before the model is started.

Definition at line 22 of file TxModelDefines.h.

#define MODEL_RUN   2
 

MODEL_RUN is the state of the model when it is stepping or running.

Definition at line 38 of file TxModelDefines.h.

#define MODEL_STOP   3
 

MODEL_STOP is the state of the model when it is stopped.

This state exists after MODEL_INITIAL.

Definition at line 46 of file TxModelDefines.h.

Copyright Tech-X Corporation, all rights reserved.