#include <TGo4TestThreadManager.h>
Inheritance diagram for TGo4TestThreadManager:
Public Member Functions | |
TGo4TestThreadManager (const TGo4TestThreadManager &right) | |
TGo4TestThreadManager (const char *name) | |
virtual | ~TGo4TestThreadManager () |
virtual Int_t | TestAction () |
general testfunction which can be called from any thread runnable | |
TCanvas * | GetCanvas () |
TPad * | GetPad1 () |
TPad * | GetPad2 () |
Protected Attributes | |
TGo4TestRunnable * | fxControlRunnable |
Private Member Functions | |
TGo4TestThreadManager () | |
Private Attributes | |
TCanvas * | fxCanvas |
TPad * | fxPad1 |
TPad * | fxPad2 |
This test threadmanager creates the runnables in its constructor and adds them to the threadhandler. NOTE: The Launch() method must be called at the end of the user threadmanager constructor to let all things begin.
Go4 project-DVEE-GSI Darmstadt
Germany
Definition at line 36 of file TGo4TestThreadManager.h.
|
Definition at line 24 of file TGo4TestThreadManager.cxx. References TRACE. |
|
Definition at line 30 of file TGo4TestThreadManager.cxx. References fxCanvas, fxControlRunnable, fxPad1, fxPad2, TGo4ThreadManager::fxWorkHandler, TGo4ThreadManager::Launch(), TGo4ThreadHandler::NewThread(), and TRACE. |
|
Definition at line 63 of file TGo4TestThreadManager.cxx. |
|
|
|
general testfunction which can be called from any thread runnable
Definition at line 71 of file TGo4TestThreadManager.cxx. References TRACE. |
|
Definition at line 78 of file TGo4TestThreadManager.cxx. |
|
Definition at line 84 of file TGo4TestThreadManager.cxx. |
|
Definition at line 90 of file TGo4TestThreadManager.cxx. |
|
Definition at line 63 of file TGo4TestThreadManager.h. Referenced by TGo4TestThreadManager(). |
|
Definition at line 69 of file TGo4TestThreadManager.h. Referenced by GetCanvas(), TGo4TestThreadManager(), and ~TGo4TestThreadManager(). |
|
Definition at line 70 of file TGo4TestThreadManager.h. Referenced by GetPad1(), TGo4TestThreadManager(), and ~TGo4TestThreadManager(). |
|
Definition at line 71 of file TGo4TestThreadManager.h. Referenced by GetPad2(), TGo4TestThreadManager(), and ~TGo4TestThreadManager(). |