KeyGenerator 2.5e1 :

- aggiunta gestione EgtEngine.
This commit is contained in:
DarioS
2023-05-23 15:40:55 +02:00
parent 2f30dbfdbd
commit 2dcb2d7f01
2 changed files with 5 additions and 3 deletions
BIN
View File
Binary file not shown.
+5 -3
View File
@@ -1,7 +1,7 @@
//----------------------------------------------------------------------------
// EgalTech 2013-2023
//----------------------------------------------------------------------------
// File : KeyGeneratorDlg.cpp Data : 02.01.23 Versione : 2.5a1
// File : KeyGeneratorDlg.cpp Data : 23.05.23 Versione : 2.5e1
// Contenuto : Implementazione della classe dialogo generatore chiavi.
//
//
@@ -10,6 +10,7 @@
// 08.05.19 DS Portate Opzioni2 a 24.
// 15.05.21 DS Aggiunto EgtBeamWall.
// 02.01.23 DS Aggiunto Icarus.
// 23.05.23 DS Aggiunto EgtEngine.
//
//----------------------------------------------------------------------------
@@ -41,8 +42,9 @@ static const vector<string> vsProd = {
"3279", // EgtCAM5
"5327", // EgtBeamWall
"5583", // Icarus
"9423" // OmagCUT
} ; // altri valori : 463, 975, 1487, 2511, 3535, 4559 (max 9999 e deve contenere i bit di 207)
"9423", // OmagCUT
"9935" // EgtEngine
} ; // altri valori : 463, 719, 975, 1487, 2255, 2511, 3535, 4559, 9679 (max 9999 e deve contenere i bit di 207)
static const vector<string> vsVer = {
"25", "24", "23", "22", "21", "19", "18", "16", "15"
} ;