#include <TGo4RevServ.h>
Inheritance diagram for TGo4RevServ:
Public Methods | |
TGo4RevServ (const char *name) | |
TGo4RevServ () | |
TGo4RevServ (TGo4RevServParameter *par) | |
~TGo4RevServ () | |
virtual Int_t | Open () |
Open the file or connection. More... | |
void | SetPort (Int_t port) |
Static Public Attributes | |
const Int_t | fgiDEFAULTPORT = 6003 |
default remote eventserver portnumber. More... | |
Private Attributes | |
Int_t | fiPort |
Port number for remote event server only. More... |
May be a simple wrapper for the mrevlib or liblea stuff.
Definition at line 28 of file TGo4RevServ.h.
|
Definition at line 23 of file TGo4RevServ.cxx. References TGo4Log::Debug(), TGo4EventSource::fgiTIMEOUTDEFAULT, Open(), TGo4MbsSource::SetTimeout(), and TRACE. |
|
Definition at line 43 of file TGo4RevServ.cxx. References TRACE. |
|
Definition at line 32 of file TGo4RevServ.cxx. References TGo4Log::Debug(), Open(), SetPort(), TGo4MbsSource::SetTimeout(), and TRACE. |
|
Definition at line 50 of file TGo4RevServ.cxx. References TGo4MbsSource::Close(), and TRACE. |
|
Open the file or connection.
Reimplemented from TGo4MbsSource. Definition at line 56 of file TGo4RevServ.cxx. References f_evt_error(), f_evt_rev_port(), TGo4MbsSource::fbIsOpen, fgiDEFAULTPORT, TGo4EventSource::fguTXTLEN, fiPort, TGo4EventSource::GetCreateStatus(), TGo4MbsSource::Open(), TGo4EventSource::SetCreateStatus(), TGo4EventSource::SetErrMess(), and TRACE. Referenced by TGo4RevServ(). |
|
Definition at line 42 of file TGo4RevServ.h. References fiPort. Referenced by TGo4RevServ(). |
|
default remote eventserver portnumber.
Definition at line 21 of file TGo4RevServ.cxx. Referenced by Open(). |
|
Port number for remote event server only.
Definition at line 49 of file TGo4RevServ.h. |