From 47d435d1d2c25b81680500bcd169bd4d9786e2dc Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 17 Aug 2018 18:43:12 +0000 Subject: [PATCH] Include : - aggiunto risultato di simulazione MCH_SIM_STOP (simulazione fermata dall'utente). --- EMkSimuGenConst.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/EMkSimuGenConst.h b/EMkSimuGenConst.h index 0b31912..d3e01a7 100644 --- a/EMkSimuGenConst.h +++ b/EMkSimuGenConst.h @@ -17,9 +17,10 @@ enum SimStat { MCH_SIM_OK = 0, MCH_SIM_END_STEP = 1, MCH_SIM_END = 2, - MCH_SIM_OUTSTROKE = 3, - MCH_SIM_DIR_ERR = 4, - MCH_SIM_ERR = 5} ; + MCH_SIM_STOP = 3, + MCH_SIM_OUTSTROKE = 4, + MCH_SIM_DIR_ERR = 5, + MCH_SIM_ERR = 6} ; //------------------------ Stato della simulazione per l'utente --------------- enum SimUiStat { MCH_UISIM_NULL = 0,