![]() |
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 29 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 {nullptr} |
| bool | fRunning {false} |
Static Private Attributes | |
| static TGRSIServer * | fGRSIServer |
Inheritance diagram for TGRSIServer:
Collaboration diagram for TGRSIServer:
|
default |
|
defaultnoexcept |
| TGRSIServer::~TGRSIServer | ( | ) |
|
explicitprivate |
|
private |
|
static |
|
private |
|
default |
|
defaultnoexcept |
|
inline |
Definition at line 38 of file TGRSIServer.h.
References fRunning.
|
staticprivate |
Definition at line 44 of file TGRSIServer.h.
|
private |
Definition at line 48 of file TGRSIServer.h.
|
private |
Definition at line 46 of file TGRSIServer.h.
Referenced by StopServer().