Modbus pooling: optimized sequentional dev reading and some bugs fixed

This commit is contained in:
2017-10-04 13:28:30 +03:00
parent 65ca7dff97
commit 6b0f8de80a
2 changed files with 54 additions and 26 deletions

2
item.h
View File

@@ -93,6 +93,8 @@ class Item
int isActive();
void Parse();
int checkModbus();
int checkModbus(int data);
int checkFM();
};