From 4322f2a25eaa5b60c06932cc4e761cf22cb12c24 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 7 Dec 2015 10:46:10 +0000 Subject: [PATCH] Include : - aggiunta costante per stato di fine step in simulazione. --- EMkSimuGenConst.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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