|
GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
timer aggregated to the servertask which is responsible to open and handle the negotiation requests of the clients More...
#include <TGo4TaskConnectorTimer.h>
Inheritance diagram for TGo4TaskConnectorTimer:Public Member Functions | |
| TGo4TaskConnectorTimer (TGo4ServerTask *server, Long_t msperiod=3000) | |
| virtual | ~TGo4TaskConnectorTimer () |
| Bool_t | Notify () override |
Protected Attributes | |
| TGo4ServerTask * | fxServer {nullptr} |
| The servertask to which this timer belongs. | |
Private Member Functions | |
| TGo4TaskConnectorTimer () | |
timer aggregated to the servertask which is responsible to open and handle the negotiation requests of the clients
Definition at line 27 of file TGo4TaskConnectorTimer.h.
| TGo4TaskConnectorTimer::TGo4TaskConnectorTimer | ( | TGo4ServerTask * | server, |
| Long_t | msperiod = 3000 ) |
Definition at line 18 of file TGo4TaskConnectorTimer.cxx.
References fxServer.
|
virtual |
Definition at line 24 of file TGo4TaskConnectorTimer.cxx.
|
private |
|
override |
Definition at line 28 of file TGo4TaskConnectorTimer.cxx.
References fxServer.
|
protected |
The servertask to which this timer belongs.
Definition at line 40 of file TGo4TaskConnectorTimer.h.
Referenced by TGo4TaskConnectorTimer(), and Notify().