EgtMachKernel 2.6h1 :

- aggiunta gestione SpecialEstimate (stima speciale lanciata in automatico prima di generare).
This commit is contained in:
Dario Sassi
2024-08-06 14:43:36 +02:00
parent 5a4f77030c
commit 450a37e4f3
7 changed files with 117 additions and 8 deletions
+1
View File
@@ -41,6 +41,7 @@ Machine::Machine( void)
m_dExitMaxAdjust = EPS_SMALL ;
m_dExitMaxRotAdj = 10 * EPS_ANG_SMALL ;
m_dAngDeltaMinForHome = INFINITO ;
m_bSpecialEstimate = false ;
m_nCalcTabId = GDB_ID_NULL ;
m_nCalcHeadId = GDB_ID_NULL ;
m_nCalcExitId = GDB_ID_NULL ;