From 5a2e4d26363138a0800218ce0b69b77cfcdee928 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 7 Dec 2015 10:48:14 +0000 Subject: [PATCH] TestEIn 1.6l1 : - aggiornate costanti simulazione come C++. --- EgtInterface.vb | 9 +++++---- My Project/AssemblyInfo.vb | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/EgtInterface.vb b/EgtInterface.vb index 914fa22..2b186ed 100644 --- a/EgtInterface.vb +++ b/EgtInterface.vb @@ -7982,10 +7982,11 @@ End Enum 'Costanti : stato movimento di simulazione Public Enum MCH_SIM As Integer OK = 0 - END_ = 1 - OUTSTROKE = 2 - DIR_ERR = 3 - ERR = 4 + END_STEP = 1 + END_ = 2 + OUTSTROKE = 3 + DIR_ERR = 4 + ERR = 5 End Enum End Module diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 13c5109..5aa7d88 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -46,5 +46,5 @@ Imports System.Runtime.InteropServices ' utilizzando l'asterisco (*) come descritto di seguito: ' - - + +