GRUTinizer
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TTerminalLoop.h
Go to the documentation of this file.
1 #ifndef _TTERMINALLOOP_H_
2 #define _TTERMINALLOOP_H_
3 
4 #include "StoppableThread.h"
5 #include "ThreadsafeQueue.h"
6 #include "TUnpackedEvent.h"
7 
8 class TTerminalLoop : public StoppableThread {
9 public:
11  virtual ~TTerminalLoop();
12 
13 protected:
14  bool Iteration();
15 
16 private:
18 };
19 
20 #endif /* _TTERMINALLOOP_H_ */