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
349c6f51
Commit
349c6f51
authored
Aug 02, 2009
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update SM interface
parent
0d9f1cd1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
libuniset.spec
conf/libuniset.spec
+1
-1
SharedMemory.h
extensions/SharedMemory/SharedMemory.h
+5
-4
No files found.
conf/libuniset.spec
View file @
349c6f51
...
...
@@ -3,7 +3,7 @@
Name: libuniset
Version: 0.96
Release: eter3
2
Release: eter3
3
Summary: UniSet - library for building distributed industrial control systems
...
...
extensions/SharedMemory/SharedMemory.h
View file @
349c6f51
...
...
@@ -178,14 +178,15 @@ class SharedMemory:
bool
dblogging
;
History
hist
;
private
:
HistorySlot
m_historySignal
;
virtual
void
updateHistory
(
UniSetTypes
::
SensorMessage
*
sm
);
virtual
void
saveHistory
();
void
buildHistoryList
(
xmlNode
*
cnode
);
void
checkHistoryFilter
(
UniXML_iterator
&
it
);
void
saveHistory
();
void
updateHistory
(
UniSetTypes
::
SensorMessage
*
sm
);
private
:
HistorySlot
m_historySignal
;
};
// -----------------------------------------------------------------------------
#endif // SharedMemory_H_
...
...
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