Commit 0630856a authored by Pavel Vainerman's avatar Pavel Vainerman

add new fuction to MBSlave

parent cd99adbe
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Name: libuniset Name: libuniset
Version: 0.96 Version: 0.96
Release: eter34 Release: eter35
Summary: UniSet - library for building distributed industrial control systems Summary: UniSet - library for building distributed industrial control systems
......
...@@ -56,6 +56,8 @@ class MBSlave: ...@@ -56,6 +56,8 @@ class MBSlave:
friend std::ostream& operator<<( std::ostream& os, IOProperty& p ); friend std::ostream& operator<<( std::ostream& os, IOProperty& p );
}; };
inline long getAskCount(){ return askCount; }
protected: protected:
/*! 0x01 */ /*! 0x01 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment