Commit 920ead8e authored by Pavel Vainerman's avatar Pavel Vainerman

(Modbus): добавил для mbtcptester-а возможность указывать "константный" ответ на все запросы

parent 34d20cc2
......@@ -23,6 +23,11 @@ class MBTCPServer
replyVal = val;
}
inline void setReply( long val )
{
replyVal = val;
}
inline void setIgnoreAddrMode( bool state )
{
if( sslot )
......
......@@ -3,7 +3,7 @@
Name: libuniset
Version: 1.0
Release: alt53
Release: alt54
Summary: UniSet - library for building distributed industrial control systems
License: GPL
Group: Development/C++
......@@ -212,6 +212,9 @@ rm -f %buildroot%_libdir/*.la
%changelog
* Fri Nov 25 2011 Pavel Vainerman <pv@altlinux.ru> 1.0-alt54
- (modbus): added 'const-reply' for modbustcptester
* Fri Nov 25 2011 Pavel Vainerman <pv@altlinux.ru> 1.0-alt53
- (modbus): added information log
......
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