Include :

- aggiunto risultato di simulazione MCH_SIM_STOP (simulazione fermata dall'utente).
This commit is contained in:
Dario Sassi
2018-08-17 18:43:12 +00:00
parent e21ab62e8f
commit 47d435d1d2
+4 -3
View File
@@ -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,