InterpreterState.h File Reference
#include "uscxml/Common.h"
Include dependency graph for InterpreterState.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  InterpreterState {
  uscxml::USCXML_FINISHED = -1, uscxml::USCXML_UNDEF = 0, uscxml::USCXML_IDLE = 1, uscxml::USCXML_INITIALIZED = 2,
  uscxml::USCXML_INSTANTIATED = 3, uscxml::USCXML_MICROSTEPPED = 4, uscxml::USCXML_MACROSTEPPED = 5, uscxml::USCXML_CANCELLED = 6
}
 

Detailed Description