VR-Forces 4.1 Class Documentation
simStmtTypes.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
13 
14 #ifndef DtSimStatementTypes_H_
15 #define DtSimStatementTypes_H_
16 
17 const int DtIfStatementType = 0;
18 
19 const int DtSetDataStatementType = 1;
20 
21 const int DtTaskStatementType = 2;
22 
23 const int DtWhenStatementType = 3;
24 
25 const int DtWhileStatementType = 4;
26 
28 const int DtStealthStatementType = 5;
29 
31 
32 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)