Logo ROOT   6.14/05
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 #include "Rtypes.h"
24 
25 // Protocol version we run
26 // 1 Initial version
28 
29 // Message types
31  kRRT_Undef = -1,
35  kRRT_File = 3,
43 };
44 
45 // Interrupts
47  kRRI_Hard = 1,
48  kRRI_Soft = 2,
50 };
51 
52 #endif
int Int_t
Definition: RtypesCore.h:41
const Int_t kRRemote_Protocol
ERootRemInterrupt
ERootRemMsgTypes