#include <TGo4ControllerRunnable.h>
Public Member Functions | |
TGo4ControllerRunnable (const char *name, TGo4ExampleServer *serv) | |
virtual | ~TGo4ControllerRunnable () |
virtual Int_t | Run (void *) |
The working function which runs in the thread. | |
Static Public Attributes | |
static const UInt_t | fguCOMMANDINTERVAL = 10000 |
frequency in ms to acquire new command from controller instance | |
Private Member Functions | |
TGo4ControllerRunnable () | |
Private Attributes | |
TGo4ExampleController * | fxController |
1 | |
TGo4ExampleServer * | fxServer |
Definition at line 27 of file TGo4ControllerRunnable.h.
TGo4ControllerRunnable::TGo4ControllerRunnable | ( | const char * | name, | |
TGo4ExampleServer * | serv | |||
) |
Definition at line 23 of file TGo4ControllerRunnable.cxx.
TGo4ControllerRunnable::~TGo4ControllerRunnable | ( | ) | [virtual] |
Definition at line 31 of file TGo4ControllerRunnable.cxx.
TGo4ControllerRunnable::TGo4ControllerRunnable | ( | ) | [private] |
Int_t TGo4ControllerRunnable::Run | ( | void * | ptr | ) | [virtual] |
The working function which runs in the thread.
Implements TGo4Runnable.
Definition at line 36 of file TGo4ControllerRunnable.cxx.
const UInt_t TGo4ControllerRunnable::fguCOMMANDINTERVAL = 10000 [static] |
frequency in ms to acquire new command from controller instance
Definition at line 38 of file TGo4ControllerRunnable.h.
Definition at line 44 of file TGo4ControllerRunnable.h.