#if !defined(__ACTCONST_H__) #define __ACTCONST_H__ #define C_ACTION_ENGINE_CONTINUE 0 #define C_ACTION_ENGINE_STOP 1 #define C_ACTION_ENGINE_STOP_RULE 2 #define C_ACTION_NOT_IMMEDIATE 0 #define C_ACTION_NOT_FINISHED C_ACTION_NOT_IMMEDIATE /*#define C_ACTION_IMMEDIATE 4*/ #define C_ACTION_FINISHED 4 #define C_ACTION_CHANGE_COMPORT 8 #define C_TREE_FINISHED 16 #define C_ACTION_ENGINE_NOTDEFINED 32 /* to set the action type using the script (default case)*/ #define C_DefaultMetaActionNotFinished C_ACTION_NOT_FINISHED | C_ACTION_ENGINE_STOP #define C_DefaultMetaActionFinished C_ACTION_FINISHED | C_ACTION_ENGINE_CONTINUE #endif