Class Reference for E1039 Core & Analysis Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OnlMonServer.cc File Reference
#include <string>
#include <sstream>
#include <pthread.h>
#include <TMessage.h>
#include <TServerSocket.h>
#include <TSocket.h>
#include <TROOT.h>
#include <TH1.h>
#include "OnlMonComm.h"
#include "OnlMonClient.h"
#include "OnlMonServer.h"
+ Include dependency graph for OnlMonServer.cc:

Go to the source code of this file.

Macros

#define SERVER
 

Variables

int ServerThread = 0
 

Macro Definition Documentation

#define SERVER

ROOTTHREAD & SERVER are the switches for the thread implementation between ROOT & POSIX. SERVER is being used in E1039 at present, where ROOTTHREAD has never been tried actually.

Definition at line 19 of file OnlMonServer.cc.

Variable Documentation

int ServerThread = 0

Definition at line 22 of file OnlMonServer.cc.

Referenced by OnlMonServer::StartServer().