Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
TApplicationRemote.cxx File Reference
#include <errno.h>
#include <random>
#include "TApplicationRemote.h"
#include "TBrowser.h"
#include "TDirectory.h"
#include "TError.h"
#include "THashList.h"
#include "TMonitor.h"
#include "TROOT.h"
#include "TServerSocket.h"
#include "TSystem.h"
#include "TRemoteObject.h"
#include "snprintf.h"
Include dependency graph for TApplicationRemote.cxx:

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 

Variables

static const char * gScript = "roots"
 
static const char * gScriptCmd = "\\"%s %d localhost:%d/%s -d=%d\\""
 
static const char * gSshCmd
 

Variable Documentation

◆ gScript

const char* gScript = "roots"
static

Definition at line 61 of file TApplicationRemote.cxx.

◆ gScriptCmd

const char* gScriptCmd = "\\"%s %d localhost:%d/%s -d=%d\\""
static

Definition at line 62 of file TApplicationRemote.cxx.

◆ gSshCmd

const char* gSshCmd
static
Initial value:
= "ssh %s -f4 %s -R %d:localhost:%d sh -c \
\"'(sh=\`basename \'\\\$SHELL\'\`; \
if test xbash = x\'\\\$sh\' -o xsh = x\'\\\$sh\' -o xzsh = x\'\\\$sh\' -o xdash = x\'\\\$sh\'; then \
\'\\\$SHELL\' -l -c %s; \
elif test xcsh = x\'\\\$sh\' -o xtcsh = x\'\\\$sh\' -o xksh = x\'\\\$sh\'; then \
\'\\\$SHELL\' -c %s; \
else \
echo \\"Unknown shell \'\\\$SHELL\'\\"; \
fi)'\""

Definition at line 64 of file TApplicationRemote.cxx.