Commit 7f5124ec authored by Pasha's avatar Pasha

add getHistoryStep() function in to SharedMemory

parent c4f534d1
...@@ -256,6 +256,8 @@ class SharedMemory: ...@@ -256,6 +256,8 @@ class SharedMemory:
typedef sigc::signal<void,HistoryInfo*> HistorySlot; typedef sigc::signal<void,HistoryInfo*> HistorySlot;
HistorySlot signal_history(); /*!< сигнал о срабатывании условий "сборса" дампа истории */ HistorySlot signal_history(); /*!< сигнал о срабатывании условий "сборса" дампа истории */
inline int getHistoryStep(){ return histSaveTime; } /*!< период между точками "дампа", мсек */
protected: protected:
typedef std::list<Restorer_XML::ReaderSlot> ReadSlotList; typedef std::list<Restorer_XML::ReaderSlot> ReadSlotList;
......
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