ROOT 6.07/09 Reference Guide |
#include "Rtypes.h"
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 |
enum ERootRemInterrupt |
Enumerator | |
---|---|
kRRI_Hard | |
kRRI_Soft | |
kRRI_Shutdown |
Definition at line 48 of file RRemoteProtocol.h.
enum 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 32 of file RRemoteProtocol.h.
const Int_t kRRemote_Protocol = 1 |
Definition at line 29 of file RRemoteProtocol.h.