Go to the source code of this file.
| const int DtIfStatementType = 0 |
File: simStmtTypes.h.
Purpose: Define constants for types of DtSimStatments.
| const int DtSetDataStatementType = 1 |
| const int DtTaskStatementType = 2 |
| const int DtTriggerStatementType = 3 |
| const int DtWhileStatementType = 4 |
| const int DtRegisterTriggerStatementType = 7 |
| const int DtUnregisterTriggerStatementType = 8 |
| const int DtWaitUntilStatementType = 9 |
| const int DtDoUntilStatementType = 10 |
| const int DtStealthStatementType = 5 |
| const int DtSimCommandStatementType = 6 |