uSCXML 2.0.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
interpreter
InterpreterState.h
Go to the documentation of this file.
1
21
#ifndef INTERPRETERSTATE_H_E6CCAEA5
22
#define INTERPRETERSTATE_H_E6CCAEA5
23
24
25
#include "
uscxml/Common.h
"
26
27
namespace
uscxml
{
28
29
enum
InterpreterState {
30
USCXML_FINISHED = -1,
31
USCXML_UNDEF = 0,
32
USCXML_IDLE = 1,
33
USCXML_INITIALIZED = 2,
34
USCXML_INSTANTIATED = 3,
35
USCXML_MICROSTEPPED = 4,
36
USCXML_MACROSTEPPED = 5,
37
USCXML_CANCELLED = 6,
38
};
39
40
41
}
42
43
#endif
/* end of include guard: INTERPRETERSTATE_H_E6CCAEA5 */
uscxml
Definition:
Breakpoint.cpp:26
Common.h