#include <TGo4ObjConnectorTimer.h>
Public Member Functions | |
TGo4ObjConnectorTimer (TGo4HistogramServer *server, Long_t msperiod=3000) | |
virtual | ~TGo4ObjConnectorTimer () |
virtual Bool_t | Notify () |
Protected Attributes | |
TGo4HistogramServer * | fxServer |
Private Member Functions | |
TGo4ObjConnectorTimer () |
timer aggregated to the histogram server which is responsible to establish connections of the go4 object clients.
Definition at line 26 of file TGo4ObjConnectorTimer.h.
TGo4ObjConnectorTimer::TGo4ObjConnectorTimer | ( | TGo4HistogramServer * | server, | |
Long_t | msperiod = 3000 | |||
) |
Definition at line 20 of file TGo4ObjConnectorTimer.cxx.
References GO4TRACE.
TGo4ObjConnectorTimer::~TGo4ObjConnectorTimer | ( | ) | [virtual] |
Definition at line 27 of file TGo4ObjConnectorTimer.cxx.
References GO4TRACE.
TGo4ObjConnectorTimer::TGo4ObjConnectorTimer | ( | ) | [private] |
Bool_t TGo4ObjConnectorTimer::Notify | ( | ) | [virtual] |
Definition at line 32 of file TGo4ObjConnectorTimer.cxx.
References fxServer, and TGo4HistogramServer::TimerConnect().
TGo4HistogramServer* TGo4ObjConnectorTimer::fxServer [protected] |
the object server to which this timer belongs
Definition at line 39 of file TGo4ObjConnectorTimer.h.
Referenced by Notify().