GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4LoggingRunnable.h>
Public Member Functions | |
TGo4LoggingRunnable (const char *name, TGo4ExampleServer *serv) | |
virtual | ~TGo4LoggingRunnable () |
virtual Int_t | Run (void *) |
Public Member Functions inherited from TGo4Runnable | |
TGo4Runnable (const TGo4Runnable &right) | |
TGo4Runnable (const char *name, TGo4ThreadManager *man) | |
virtual | ~TGo4Runnable () |
void | SetThread (TGo4Thread *gthread) |
TGo4Thread * | GetThread () const |
TGo4ThreadManager * | GetThreadManager () const |
Private Member Functions | |
TGo4LoggingRunnable () | |
Private Attributes | |
TGo4ExampleController * | fxController |
TGo4ExampleServer * | fxServer |
Additional Inherited Members | |
Protected Member Functions inherited from TGo4Runnable | |
TGo4Runnable () | |
virtual Int_t | PreRun (void *ptr) |
virtual Int_t | PostRun (void *ptr) |
virtual void | ThreadCatch (TGo4Exception &ex) |
virtual void | UnexpectedCatch () |
Protected Attributes inherited from TGo4Runnable | |
TGo4ThreadManager * | fxManager |
TGo4Thread * | fxGo4Thread |
runnable performing control watcher functions of example client task: status of application is send to status queue thread
Definition at line 28 of file TGo4LoggingRunnable.h.
TGo4LoggingRunnable::TGo4LoggingRunnable | ( | const char * | name, |
TGo4ExampleServer * | serv | ||
) |
Definition at line 21 of file TGo4LoggingRunnable.cxx.
References fxController, fxServer, TGo4ExampleServer::GetController(), and GO4TRACE.
|
virtual |
Definition at line 29 of file TGo4LoggingRunnable.cxx.
References GO4TRACE.
|
private |
|
virtual |
The working function which runs in the thread
Implements TGo4Runnable.
Definition at line 34 of file TGo4LoggingRunnable.cxx.
References TGo4ExampleController::DisplayLog(), fxController, fxServer, TGo4ServerTask::GetCurrentTaskHandler(), GO4TRACE, TGo4Task::NextStatus(), and TGo4Thread::Sleep().
|
private |
1
Definition at line 39 of file TGo4LoggingRunnable.h.
Referenced by Run(), and TGo4LoggingRunnable().
|
private |
Definition at line 41 of file TGo4LoggingRunnable.h.
Referenced by Run(), and TGo4LoggingRunnable().