Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RRemoteProtocol.h File Reference
#include "RtypesCore.h"
Include dependency graph for RRemoteProtocol.h:
This graph shows which files directly or indirectly include this file:

Enumerations

enum  ERootRemInterrupt { kRRI_Hard = 1 , kRRI_Soft = 2 , kRRI_Shutdown = 3 }
 
enum  ERootRemMsgTypes {
  kRRT_Undef = -1 , kRRT_Fatal = 0 , kRRT_Reset = 1 , kRRT_CheckFile = 2 ,
  kRRT_File = 3 , kRRT_LogFile = 4 , kRRT_LogDone = 5 , kRRT_Protocol = 6 ,
  kRRT_GetObject = 7 , kRRT_Message = 8 , kRRT_Terminate = 9 , kRRT_SendFile = 10
}
 

Variables

const Int_t kRRemote_Protocol = 1
 

Enumeration Type Documentation

◆ ERootRemInterrupt

Enumerator
kRRI_Hard 
kRRI_Soft 
kRRI_Shutdown 

Definition at line 46 of file RRemoteProtocol.h.

◆ ERootRemMsgTypes

Enumerator
kRRT_Undef 
kRRT_Fatal 
kRRT_Reset 
kRRT_CheckFile 
kRRT_File 
kRRT_LogFile 
kRRT_LogDone 
kRRT_Protocol 
kRRT_GetObject 
kRRT_Message 
kRRT_Terminate 
kRRT_SendFile 

Definition at line 30 of file RRemoteProtocol.h.

Variable Documentation

◆ kRRemote_Protocol

const Int_t kRRemote_Protocol = 1

Definition at line 27 of file RRemoteProtocol.h.