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
d290fed2
Commit
d290fed2
authored
Feb 13, 2010
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename function: setInfo --> setMsg
parent
b8a0d03c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
ctl-cpp-cc-alone-ask.xsl
Utilities/codegen/ctl-cpp-cc-alone-ask.xsl
+1
-1
ctl-cpp-cc-alone.xsl
Utilities/codegen/ctl-cpp-cc-alone.xsl
+1
-1
ctl-cpp-cc-ask.xsl
Utilities/codegen/ctl-cpp-cc-ask.xsl
+1
-1
ctl-cpp-cc.xsl
Utilities/codegen/ctl-cpp-cc.xsl
+1
-1
ctl-cpp-common.xsl
Utilities/codegen/ctl-cpp-common.xsl
+1
-1
libuniset.spec
conf/libuniset.spec
+1
-1
No files found.
Utilities/codegen/ctl-cpp-cc-alone-ask.xsl
View file @
d290fed2
...
...
@@ -287,7 +287,7 @@ void <xsl:value-of select="$CLASSNAME"/>_SK::updateOutputs( bool force )
</xsl:for-each>
}
// -----------------------------------------------------------------------------
void
<xsl:value-of
select=
"$CLASSNAME"
/>
_SK::set
Info
( UniSetTypes::ObjectId code, bool state )
void
<xsl:value-of
select=
"$CLASSNAME"
/>
_SK::set
Msg
( UniSetTypes::ObjectId code, bool state )
{
// (.. )
if( !state )
...
...
Utilities/codegen/ctl-cpp-cc-alone.xsl
View file @
d290fed2
...
...
@@ -209,7 +209,7 @@ void <xsl:value-of select="$CLASSNAME"/>_SK::updateOutputs( bool force )
-->
}
// -----------------------------------------------------------------------------
void
<xsl:value-of
select=
"$CLASSNAME"
/>
_SK::set
Info
( UniSetTypes::ObjectId code, bool state )
void
<xsl:value-of
select=
"$CLASSNAME"
/>
_SK::set
Msg
( UniSetTypes::ObjectId code, bool state )
{
// (.. )
if( !state )
...
...
Utilities/codegen/ctl-cpp-cc-ask.xsl
View file @
d290fed2
...
...
@@ -262,7 +262,7 @@ void <xsl:value-of select="$CLASSNAME"/>_SK::askSensors( UniversalIO::UIOCommand
}
}
// -----------------------------------------------------------------------------
void
<xsl:value-of
select=
"$CLASSNAME"
/>
_SK::set
Info
( UniSetTypes::ObjectId code, bool state )
void
<xsl:value-of
select=
"$CLASSNAME"
/>
_SK::set
Msg
( UniSetTypes::ObjectId code, bool state )
{
// (.. )
if( !state )
...
...
Utilities/codegen/ctl-cpp-cc.xsl
View file @
d290fed2
...
...
@@ -198,7 +198,7 @@ void <xsl:value-of select="$CLASSNAME"/>_SK::preSensorInfo( UniSetTypes::SensorM
sensorInfo(sm);
}
// -----------------------------------------------------------------------------
void
<xsl:value-of
select=
"$CLASSNAME"
/>
_SK::set
Info
( UniSetTypes::ObjectId code, bool state )
void
<xsl:value-of
select=
"$CLASSNAME"
/>
_SK::set
Msg
( UniSetTypes::ObjectId code, bool state )
{
// (.. )
if( !state )
...
...
Utilities/codegen/ctl-cpp-common.xsl
View file @
d290fed2
...
...
@@ -166,7 +166,7 @@
UniSetTypes::ObjectId backid = UniSetTypes::DefaultObjectId );
void updateValues();
void set
Info
( UniSetTypes::ObjectId code, bool state );
void set
Msg
( UniSetTypes::ObjectId code, bool state );
</xsl:template>
<xsl:template
name=
"COMMON-HEAD-PROTECTED"
>
...
...
conf/libuniset.spec
View file @
d290fed2
...
...
@@ -3,7 +3,7 @@
Name: libuniset
Version: 0.97
Release: eter5
3
Release: eter5
4
Summary: UniSet - library for building distributed industrial control systems
License: GPL
Group: Development/C++
...
...
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