EgtMachKernel 1.6n3 :

- prima versione della gestione delle fasi di lavorazione.
This commit is contained in:
Dario Sassi
2016-02-11 10:20:54 +00:00
parent 63f3492566
commit a8c34397be
30 changed files with 488 additions and 133 deletions
+3
View File
@@ -47,6 +47,9 @@ MachMgr::MachMgr( void)
m_nMachAuxId = GDB_ID_NULL ;
m_nCurrMGrpId = GDB_ID_NULL ;
m_nCurrMch = 0 ;
m_nPhasesCount = 0 ;
m_nCurrPhase = 0 ;
m_nCurrDispId = GDB_ID_NULL ;
m_nCurrMachiningId = GDB_ID_NULL ;
m_pSimul = nullptr ;
}