ROOT
6.30.04
Reference Guide
All
Namespaces
Files
Pages
RRemoteProtocol.h
Go to the documentation of this file.
1
// @(#)root/net:$Id$
2
// Author: G. Ganis 10/5/2007
3
4
/*************************************************************************
5
* Copyright (C) 1995-2007, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
#ifndef ROOT_RRemoteProtocol
13
#define ROOT_RRemoteProtocol
14
15
//////////////////////////////////////////////////////////////////////////
16
// //
17
// RRemoteProtocol //
18
// //
19
// Protocol and parameters for remote running //
20
// //
21
//////////////////////////////////////////////////////////////////////////
22
23
#include "
Rtypes.h
"
24
25
// Protocol version we run
26
// 1 Initial version
27
const
Int_t kRRemote_Protocol = 1;
28
29
// Message types
30
enum
ERootRemMsgTypes {
31
kRRT_Undef = -1,
32
kRRT_Fatal = 0,
33
kRRT_Reset = 1,
34
kRRT_CheckFile = 2,
35
kRRT_File = 3,
36
kRRT_LogFile = 4,
37
kRRT_LogDone = 5,
38
kRRT_Protocol = 6,
39
kRRT_GetObject = 7,
40
kRRT_Message = 8,
41
kRRT_Terminate = 9,
42
kRRT_SendFile = 10
43
};
44
45
// Interrupts
46
enum
ERootRemInterrupt {
47
kRRI_Hard = 1,
48
kRRI_Soft = 2,
49
kRRI_Shutdown = 3
50
};
51
52
#endif
Rtypes.h
net
net
inc
RRemoteProtocol.h
Generated on Tue May 5 2020 14:03:12 for ROOT by
1.8.5