ITS
HistoryPacketEntry.h
Go to the documentation of this file.
1 
7 #ifndef HistoryPacketEntry_H
8 #define HistoryPacketEntry_H
9 
10 #include <PacketBuffersEntry.h>
11 #include <QTimer>
12 #include <QThread>
13 
15 {
16  Q_OBJECT
17 public:
20 // /**
21 // * @brief isAlive
22 // * @return
23 // */
24 // bool isAlive(){return m_isAlive;}
25 
26 //private:
27 // bool m_isAlive;
28 
29 signals:
33  void killMe();
34 
35 public slots:
39  void execute();
43  void timeouted();
44 };
45 
46 #endif // _HistoryPacketEntry_H
47 
PacketBuffersEntry()
PacketBuffersEntry PacketBuffersEntry constructor.
void execute()
execute Slot used to execute timer.
Generic buffer entry.
void killMe()
isAlive
void timeouted()
timeouted Slot used when timer expires.