FEDRA emulsion software from the OPERA Collaboration
EdbScanClientBase.h File Reference
#include "TSocket.h"
#include "TString.h"
#include "EdbRun.h"
#include "EdbPattern.h"
Include dependency graph for EdbScanClientBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EdbScanClientBase
 remote scanning from Bern More...
 
class  EdbScanClientCommon
 

Macros

#define CMD_LEN   256
 
#define MAX(X, Y)   ((X) > (Y) ? : (X) : (Y))
 
#define MIN(X, Y)   ((X) < (Y) ? : (X) : (Y))
 

Macro Definition Documentation

◆ CMD_LEN

#define CMD_LEN   256

◆ MAX

#define MAX (   X,
 
)    ((X) > (Y) ? : (X) : (Y))

◆ MIN

#define MIN (   X,
 
)    ((X) < (Y) ? : (X) : (Y))