ITS
HistoryPacketEntry.cpp
Go to the documentation of this file.
1 #include "HistoryPacketEntry.h"
2 
4 {
5  QTimer::singleShot(m_bh.lifeTime().lifeTime(), this, SLOT(timeouted()));
6 }
7 
9 {
10  emit killMe();
11  QThread::msleep(100);
12  this->deleteLater();
13 }
Entry of the HistoryPacketBuffer.
void execute()
execute Slot used to execute timer.
BasicHeader m_bh
quint32 lifeTime() const
lifeTime Life time value computation.
Definition: LifeTime.h:120
LifeTime lifeTime() const
lifeTime Life time field getter.
Definition: BasicHeader.h:105
void killMe()
isAlive
void timeouted()
timeouted Slot used when timer expires.