Commit 349c6f51 authored by Pavel Vainerman's avatar Pavel Vainerman

update SM interface

parent 0d9f1cd1
......@@ -3,7 +3,7 @@
Name: libuniset
Version: 0.96
Release: eter32
Release: eter33
Summary: UniSet - library for building distributed industrial control systems
......
......@@ -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_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment