OpenWalnut  1.4.0
Protected Member Functions | Friends
WThreadedRunnerImpl Class Reference

Class implementing a simple worker thread, since proper testing of WThreadedRunner itself is not usable. More...

#include <WThreadedRunner_test.h>

+ Inheritance diagram for WThreadedRunnerImpl:

List of all members.

Protected Member Functions

virtual void threadMain ()
 Function that has to be overwritten for execution.

Friends

class WThreadedRunnerTest

Detailed Description

Class implementing a simple worker thread, since proper testing of WThreadedRunner itself is not usable.

Definition at line 37 of file WThreadedRunner_test.h.


Member Function Documentation

virtual void WThreadedRunnerImpl::threadMain ( ) [inline, protected, virtual]

Function that has to be overwritten for execution.

It gets executed in a separate thread after run() has been called.

Reimplemented from WThreadedRunner.

Definition at line 45 of file WThreadedRunner_test.h.

References WThreadedRunner::m_shutdownFlag, and WThreadedRunner::sleep().


The documentation for this class was generated from the following file: