Logo ROOT   6.07/09
Reference Guide
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 #ifndef ROOT_Rtypes
24 #include "Rtypes.h"
25 #endif
26 
27 // Protocol version we run
28 // 1 Initial version
30 
31 // Message types
33  kRRT_Undef = -1,
37  kRRT_File = 3,
45 };
46 
47 // Interrupts
49  kRRI_Hard = 1,
50  kRRI_Soft = 2,
52 };
53 
54 #endif
int Int_t
Definition: RtypesCore.h:41
const Int_t kRRemote_Protocol
ERootRemInterrupt
ERootRemMsgTypes