mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 00:49:19 +02:00
-
This commit is contained in:
@@ -61,8 +61,8 @@ public:
|
|||||||
|
|
||||||
unsigned int uiAnalog[4]; // trzymanie danych z wejść analogowych
|
unsigned int uiAnalog[4]; // trzymanie danych z wejść analogowych
|
||||||
|
|
||||||
BYTE ReadDataBuff[BYTETOREAD]; //17]; // bufory danych
|
BYTE ReadDataBuff[BYTETOREAD+2]; //17]; // bufory danych
|
||||||
BYTE WriteDataBuff[BYTETOWRITE]; //31];
|
BYTE WriteDataBuff[BYTETOWRITE+2]; //31];
|
||||||
|
|
||||||
TMWDComm(); // konstruktor
|
TMWDComm(); // konstruktor
|
||||||
~TMWDComm(); // destruktor
|
~TMWDComm(); // destruktor
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
# Visual Studio 2013
|
# Visual Studio 14
|
||||||
VisualStudioVersion = 12.0.40629.0
|
VisualStudioVersion = 14.0.23107.0
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "maszyna", "maszyna.vcxproj", "{8E0232E5-1C67-442F-9E04-45ED2DDFC960}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "maszyna", "maszyna.vcxproj", "{8E0232E5-1C67-442F-9E04-45ED2DDFC960}"
|
||||||
EndProject
|
EndProject
|
||||||
@@ -19,7 +19,4 @@ Global
|
|||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(Performance) = preSolution
|
|
||||||
HasPerformanceSessions = true
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|||||||
Reference in New Issue
Block a user