#include <TGo4HisConnectorRunnable.h>
Public Member Functions | |
virtual | ~TGo4HisConnectorRunnable () |
TGo4HisConnectorRunnable () | |
TGo4HisConnectorRunnable (const char *name, TGo4HistogramServer *hserv) | |
virtual Int_t | Run (void *) |
Private Attributes | |
TGo4HistogramServer * | fxHistogramServer |
Runnable that waits for client connection request and starts new HisCliRunnable.
Definition at line 23 of file TGo4HisConnectorRunnable.h.
TGo4HisConnectorRunnable::~TGo4HisConnectorRunnable | ( | ) | [virtual] |
Definition at line 43 of file TGo4HisConnectorRunnable.cxx.
TGo4HisConnectorRunnable::TGo4HisConnectorRunnable | ( | ) |
Definition at line 39 of file TGo4HisConnectorRunnable.cxx.
TGo4HisConnectorRunnable::TGo4HisConnectorRunnable | ( | const char * | name, | |
TGo4HistogramServer * | hserv | |||
) |
Definition at line 33 of file TGo4HisConnectorRunnable.cxx.
References fxHistogramServer.
Int_t TGo4HisConnectorRunnable::Run | ( | void * | ptr | ) | [virtual] |
The working function which runs in the thread
Implements TGo4Runnable.
Definition at line 47 of file TGo4HisConnectorRunnable.cxx.
References COMM__GETDIR, COMM__GETHIST, COMM__SUCCESS, f_his_senddir(), f_his_sendhis(), f_his_wait(), TGo4HistogramServer::fgcSHUTDOWNNAME, fxHistogramServer, TGo4HistogramServer::GetAnalysis(), TGo4MbsHist::GetBuffer(), TGo4MbsHist::GetHead(), TGo4MbsHist::GetHisNum(), TGo4Analysis::GetHistogram(), TGo4Analysis::GetObject(), TGo4Analysis::GetObjectFolder(), and TGo4Analysis::Message().
1 1
Definition at line 38 of file TGo4HisConnectorRunnable.h.
Referenced by Run(), and TGo4HisConnectorRunnable().