always update last message update time when actively sending it

This commit is contained in:
john30
2015-06-07 18:48:54 +02:00
parent 8aefb9f058
commit d39ef92f3c
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -305,10 +305,10 @@ private:
/** the last seen slave data. */
SymbolString m_lastSlaveData;
/** the system time when @a m_lastValue was last stored, 0 for never. */
/** the system time when the message was last updated, 0 for never. */
time_t m_lastUpdateTime;
/** the system time when @a m_lastValue was last changed, 0 for never. */
/** the system time when the message content was last changed, 0 for never. */
time_t m_lastChangeTime;
/** the number of times this messages was already polled for. */