Include :

- aggiunta costante StatoSimulazione per Collisione.
This commit is contained in:
Dario Sassi
2019-04-06 08:10:50 +00:00
parent 9a15b26325
commit 4166b33313
+4 -3
View File
@@ -1,7 +1,7 @@
//----------------------------------------------------------------------------
// EgalTech 2015-2018
// EgalTech 2015-2019
//----------------------------------------------------------------------------
// File : EmkSimuGenConst.h Data : 01.03.18 Versione : 1.9c2
// File : EmkSimuGenConst.h Data : 04.04.19 Versione : 2.1d1
// Contenuto : Costanti per simulazione e generazione.
//
//
@@ -20,7 +20,8 @@ enum SimStat { MCH_SIM_OK = 0,
MCH_SIM_STOP = 3,
MCH_SIM_OUTSTROKE = 4,
MCH_SIM_DIR_ERR = 5,
MCH_SIM_ERR = 6} ;
MCH_SIM_COLLISION = 6,
MCH_SIM_ERR = 7} ;
//------------------------ Stato della simulazione per l'utente ---------------
enum SimUiStat { MCH_UISIM_NULL = 0,