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
e5bc267e
Commit
e5bc267e
authored
Nov 23, 2012
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(uniset-codegen): исправил ошибку внесённую предыдущим изменением
parent
81c46c59
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
ctl-cpp-h.xsl
Utilities/codegen/ctl-cpp-h.xsl
+1
-1
libuniset.spec
conf/libuniset.spec
+4
-1
No files found.
Utilities/codegen/ctl-cpp-h.xsl
View file @
e5bc267e
...
...
@@ -62,7 +62,7 @@ class <xsl:value-of select="$CLASSNAME"/>_SK:
<xsl:if
test=
"normalize-space(@vartype)!='io'"
>
const UniSetTypes::ObjectId
<xsl:value-of
select=
"@name"
/>
; /*!
<
<xsl:value-of
select=
"@comment"
/>
*/
UniSetTypes::ObjectId node_
<xsl:value-of
select=
"@name"
/>
;
</xsl:if>
<xsl:if
test=
"normalize-space(@vartype)
!
='io'"
>
#warning (uniset-codegen): vartype='io' NO LONGER SUPPORTED! (ignore variable: '
<xsl:value-of
select=
"@name"
/>
')
<xsl:if
test=
"normalize-space(@vartype)='io'"
>
#warning (uniset-codegen): vartype='io' NO LONGER SUPPORTED! (ignore variable: '
<xsl:value-of
select=
"@name"
/>
')
</xsl:if>
</xsl:for-each>
...
...
conf/libuniset.spec
View file @
e5bc267e
...
...
@@ -3,7 +3,7 @@
Name: libuniset
Version: 1.5
Release: alt
3
Release: alt
4
Summary: UniSet - library for building distributed industrial control systems
License: GPL
Group: Development/C++
...
...
@@ -211,6 +211,9 @@ rm -f %buildroot%_libdir/*.la
%exclude %_pkgconfigdir/libUniSet.pc
%changelog
* Fri Nov 23 2012 Pavel Vainerman <pv@altlinux.ru> 1.5-alt4
- (uniset-codegen): fixed minor bug
* Thu Nov 22 2012 Pavel Vainerman <pv@altlinux.ru> 1.5-alt3
- (Calibration): add getMinRaw(),getMaxRaw(),getMinVal(),getMaxVal()
...
...
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