![]() |
ROOT
6.06/09
Reference Guide
|
#include "Rtypes.h"
Include dependency graph for RRemoteProtocol.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| 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 } |
| enum | ERootRemInterrupt { kRRI_Hard = 1, kRRI_Soft = 2, kRRI_Shutdown = 3 } |
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.
Referenced by TApplicationServer::Setup(), and TApplicationRemote::TApplicationRemote().