Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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 "RtypesCore.h"
24
25// Protocol version we run
26// 1 Initial version
28
29// Message types
42 kRRT_SendFile = 10
43};
44
45// Interrupts
50};
51
52#endif
const Int_t kRRemote_Protocol
ERootRemMsgTypes
@ kRRT_Terminate
@ kRRT_LogFile
@ kRRT_Undef
@ kRRT_CheckFile
@ kRRT_GetObject
@ kRRT_File
@ kRRT_LogDone
@ kRRT_Message
@ kRRT_Protocol
@ kRRT_SendFile
@ kRRT_Reset
@ kRRT_Fatal
ERootRemInterrupt
@ kRRI_Shutdown
@ kRRI_Soft
@ kRRI_Hard
int Int_t
Definition RtypesCore.h:45