Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
085e4d60
Commit
085e4d60
authored
Jun 05, 2015
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Версия с исправлением ошибки в ModbusSlave и в codegen
parent
7c949bdb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ctl-cpp-common.xsl
Utilities/codegen/ctl-cpp-common.xsl
+2
-1
libuniset2.spec
conf/libuniset2.spec
+4
-1
No files found.
Utilities/codegen/ctl-cpp-common.xsl
View file @
085e4d60
...
...
@@ -413,7 +413,8 @@ void <xsl:value-of select="$CLASSNAME"/>_SK::preSysCommand( const SystemMessage*
// -----------------------------------------------------------------------------
UniSetTypes::SimpleInfo*
<xsl:value-of
select=
"$CLASSNAME"
/>
_SK::getInfo()
{
UniSetTypes::SimpleInfo_var i =
<xsl:if
test=
"normalize-space($BASECLASS)=''"
>
UniSetObject::getInfo();
</xsl:if>
<xsl:if
test=
"not(normalize-space($BASECLASS)='')"
>
UniSetTypes::SimpleInfo_var i =
<xsl:value-of
select=
"$BASECLASS"
/>
::getInfo();
</xsl:if>
<xsl:if
test=
"normalize-space($BASECLASS)=''"
>
UniSetTypes::SimpleInfo_var i = UniSetObject::getInfo();
</xsl:if>
ostringstream inf;
...
...
conf/libuniset2.spec
View file @
085e4d60
...
...
@@ -13,7 +13,7 @@
Name: libuniset2
Version: 2.1
Release: alt
6
Release: alt
7
Summary: UniSet - library for building distributed industrial control systems
...
...
@@ -455,6 +455,9 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
# ..
%changelog
* Fri Jun 05 2015 Pavel Vainerman <pv@altlinux.ru> 2.1-alt7
- (ModbusSlave): fixed bug in read0x function (for float and precision)
* Thu Jun 04 2015 Pavel Vainerman <pv@altlinux.ru> 2.1-alt6
- (smonit): print supplier, change print format
- (admin): add getChangedTime function
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment