ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
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 dependency graph for TApplicationRemote.cxx:

Go to the source code of this file.

Functions

 ClassImp (TApplicationRemote) static const char *gScript
 

Variables

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

Function Documentation

ClassImp ( TApplicationRemote  ) const

Variable Documentation

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

Definition at line 61 of file TApplicationRemote.cxx.

Referenced by TApplicationRemote::TApplicationRemote().

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 63 of file TApplicationRemote.cxx.