00001 //-------------------------------------------------------------------- 00002 // 00003 // File: TxModelDefines.h 00004 // 00005 // Purpose: #defines of a model state 00006 // 00007 // Version: $Id: TxModelDefines.h,v 1.2 2001/10/12 22:58:21 kgl Exp $ 00008 // 00009 // Author: Kelly G. Luetkemeyer 00010 // 00011 // Copyright (c) 2001 by Tech-X Corporation. All rights reserved. 00012 //--------------------------------------------------------------------------- 00013 00014 #ifndef TX_MODEL_DEFINES_H 00015 #define TX_MODEL_DEFINES_H 00016 00021 #ifndef MODEL_PRE 00022 #define MODEL_PRE 0 00023 #endif 00024 00029 #ifndef MODEL_INITIAL 00030 #define MODEL_INITIAL 1 00031 #endif 00032 00037 #ifndef MODEL_RUN 00038 #define MODEL_RUN 2 00039 #endif 00040 00045 #ifndef MODEL_STOP 00046 #define MODEL_STOP 3 00047 #endif 00048 00049 #endif
Copyright Tech-X Corporation, all rights reserved.