diff --git a/EMkSimuGenConst.h b/EMkSimuGenConst.h index 4aaf3c5..5ae2909 100644 --- a/EMkSimuGenConst.h +++ b/EMkSimuGenConst.h @@ -26,8 +26,9 @@ enum SolChoiseCriterion { MCH_SCC_NONE = 0, //------------------------ Stato del movimento di simulazione ----------------- enum SimuStat { MCH_SIM_OK = 0, - MCH_SIM_END = 1, - MCH_SIM_OUTSTROKE = 2, - MCH_SIM_DIR_ERR = 3, - MCH_SIM_ERR = 4} ; + MCH_SIM_END_STEP = 1, + MCH_SIM_END = 2, + MCH_SIM_OUTSTROKE = 3, + MCH_SIM_DIR_ERR = 4, + MCH_SIM_ERR = 5} ; \ No newline at end of file