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
53921a04
Commit
53921a04
authored
Oct 02, 2015
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(codegen): поменял лог о неизвестном id для сообщения с CRIT --> LEVEL8
parent
9828bef4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ctl-cpp-common.xsl
Utilities/codegen/ctl-cpp-common.xsl
+2
-2
libuniset2.spec
conf/libuniset2.spec
+1
-0
No files found.
Utilities/codegen/ctl-cpp-common.xsl
View file @
53921a04
...
...
@@ -957,7 +957,7 @@ bool <xsl:value-of select="$CLASSNAME"/>_SK::setMsg( UniSetTypes::ObjectId _code
{
if( _code == UniSetTypes::DefaultObjectId )
{
my
crit
<<
myname
<<
"(setMsg): попытка послать сообщение с DefaultObjectId"
<<
endl;
my
log8
<<
myname
<<
"(setMsg): попытка послать сообщение с DefaultObjectId"
<<
endl;
return false;
}
...
...
@@ -1317,7 +1317,7 @@ bool <xsl:value-of select="$CLASSNAME"/>_SK::setMsg( UniSetTypes::ObjectId _code
{
if( _code == UniSetTypes::DefaultObjectId )
{
my
crit
<<
myname
<<
"(setMsg): попытка послать сообщение с DefaultObjectId"
<<
endl;
my
log8
<<
myname
<<
"(setMsg): попытка послать сообщение с DefaultObjectId"
<<
endl;
return false;
}
...
...
conf/libuniset2.spec
View file @
53921a04
...
...
@@ -458,6 +458,7 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
%changelog
* Fri Oct 02 2015 Pavel Vainerman <pv@altlinux.ru> 2.2-alt4
- (ModbusSlave): added support setBroadcastMode() // addr = 255
- (codegen): change log for 'unknown message id' crit --> level8
* Mon Sep 21 2015 Pavel Vainerman <pv@altlinux.ru> 2.2-alt3
- (ModbusMaster): modify check "not respond" mechanism
...
...
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