GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Runnable that waits for client connection request and starts new HisCliRunnable. More...
#include <TGo4HisConnectorRunnable.h>
Public Member Functions | |
TGo4HisConnectorRunnable () | |
TGo4HisConnectorRunnable (const char *name, TGo4HistogramServer *hserv) | |
virtual | ~TGo4HisConnectorRunnable () |
Int_t | Run (void *) override |
The working function which runs in the thread. | |
![]() | |
TGo4Runnable (const char *name, TGo4ThreadManager *man) | |
TGo4Runnable (const TGo4Runnable &right) | |
virtual | ~TGo4Runnable () |
TGo4Thread * | GetThread () const |
TGo4ThreadManager * | GetThreadManager () const |
void | SetThread (TGo4Thread *gthread) |
Private Attributes | |
TGo4HistogramServer * | fxHistogramServer {nullptr} |
1 1 | |
Additional Inherited Members | |
![]() | |
TGo4Runnable () | |
virtual Int_t | PostRun (void *ptr) |
Function which is called once after the Run()method on threadstop. | |
virtual Int_t | PreRun (void *ptr) |
Function which is called once before the Run() method on threadstart. | |
virtual void | ThreadCatch (TGo4Exception &ex) |
catch for exceptions occurring in workfunc | |
virtual void | UnexpectedCatch () |
catch for all unexpected exceptions happening in workfunc | |
![]() | |
TGo4Thread * | fxGo4Thread {nullptr} |
Backlink to thread which runs this. | |
TGo4ThreadManager * | fxManager {nullptr} |
The threadmanager which is responsible for our thread. | |
Runnable that waits for client connection request and starts new HisCliRunnable.
Definition at line 23 of file TGo4HisConnectorRunnable.h.
TGo4HisConnectorRunnable::TGo4HisConnectorRunnable | ( | ) |
Definition at line 33 of file TGo4HisConnectorRunnable.cxx.
References TGo4Runnable::TGo4Runnable(), and fxHistogramServer.
TGo4HisConnectorRunnable::TGo4HisConnectorRunnable | ( | const char * | name, |
TGo4HistogramServer * | hserv ) |
Definition at line 35 of file TGo4HisConnectorRunnable.cxx.
References TGo4Runnable::TGo4Runnable(), and fxHistogramServer.
|
virtual |
Definition at line 40 of file TGo4HisConnectorRunnable.cxx.
|
overridevirtual |
The working function which runs in the thread.
Implements TGo4Runnable.
Definition at line 42 of file TGo4HisConnectorRunnable.cxx.
References COMM__GETDIR, COMM__GETHIST, COMM__SUCCESS, f_his_senddir(), f_his_sendhis(), f_his_wait(), TGo4HistogramServer::fgcSHUTDOWNNAME, fxHistogramServer, TGo4MbsHist::GetBuffer(), TGo4MbsHist::GetHead(), TGo4MbsHist::GetHisNum(), TGo4Analysis::GetHistogram(), TGo4Analysis::GetObject(), TGo4Analysis::GetObjectFolder(), TGo4Analysis::Message(), and TGo4LockGuard.
|
private |
1 1
Definition at line 38 of file TGo4HisConnectorRunnable.h.
Referenced by TGo4HisConnectorRunnable(), TGo4HisConnectorRunnable(), and Run().