GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
A class to allow 'things' to communicate with GRSISort in a somewhat nice convenient and friendly way.
Definition at line 31 of file TGRSIServer.h.
Public Member Functions | |
TGRSIServer (const TGRSIServer &)=default | |
TGRSIServer (TGRSIServer &&) noexcept=default | |
~TGRSIServer () | |
TGRSIServer & | operator= (const TGRSIServer &)=default |
TGRSIServer & | operator= (TGRSIServer &&) noexcept=default |
void | StopServer () |
Static Public Member Functions | |
static TGRSIServer * | instance (int port=9099) |
Private Member Functions | |
TGRSIServer (int port) | |
void | AcceptConnectionThread () |
void | MonitorConnectionsThread () |
Private Attributes | |
TMonitor * | fMonitor |
bool | fRunning |
Static Private Attributes | |
static TGRSIServer * | fGRSIServer |
|
default |
|
defaultnoexcept |
TGRSIServer::~TGRSIServer | ( | ) |
|
explicitprivate |
|
private |
|
static |
|
private |
|
default |
|
defaultnoexcept |
|
inline |
Definition at line 40 of file TGRSIServer.h.
References fRunning.
|
staticprivate |
Definition at line 46 of file TGRSIServer.h.
|
private |
Definition at line 50 of file TGRSIServer.h.
|
private |
Definition at line 48 of file TGRSIServer.h.
Referenced by StopServer().