#include <onelab.h>
Definition at line 1471 of file onelab.h.
◆ localNetworkClient()
onelab::localNetworkClient::localNetworkClient |
( |
const std::string & |
name, |
|
|
const std::string & |
executable, |
|
|
const std::string & |
remoteLogin = "" , |
|
|
bool |
treatExecutableAsFullCommandLine = false |
|
) |
| |
|
inline |
◆ ~localNetworkClient()
virtual onelab::localNetworkClient::~localNetworkClient |
( |
| ) |
|
|
inlinevirtual |
◆ getExecutable()
const std::string& onelab::localNetworkClient::getExecutable |
( |
| ) |
|
|
inline |
◆ getGmshServer()
GmshServer* onelab::localNetworkClient::getGmshServer |
( |
| ) |
|
|
inline |
◆ getPid()
int onelab::localNetworkClient::getPid |
( |
| ) |
|
|
inline |
◆ getRemoteLogin()
const std::string& onelab::localNetworkClient::getRemoteLogin |
( |
| ) |
|
|
inline |
◆ getSocketSwitch()
const std::string& onelab::localNetworkClient::getSocketSwitch |
( |
| ) |
|
|
inline |
◆ isNetworkClient()
virtual bool onelab::localNetworkClient::isNetworkClient |
( |
| ) |
|
|
inlinevirtual |
◆ kill()
virtual bool onelab::localNetworkClient::kill |
( |
| ) |
|
|
pure virtual |
◆ run()
virtual bool onelab::localNetworkClient::run |
( |
| ) |
|
|
pure virtual |
◆ setExecutable()
void onelab::localNetworkClient::setExecutable |
( |
const std::string & |
s | ) |
|
|
inline |
◆ setGmshServer()
void onelab::localNetworkClient::setGmshServer |
( |
GmshServer * |
server | ) |
|
|
inline |
◆ setPid()
void onelab::localNetworkClient::setPid |
( |
int |
pid | ) |
|
|
inline |
◆ setRemoteLogin()
void onelab::localNetworkClient::setRemoteLogin |
( |
const std::string & |
s | ) |
|
|
inline |
◆ setSocketSwitch()
void onelab::localNetworkClient::setSocketSwitch |
( |
const std::string & |
s | ) |
|
|
inline |
◆ treatExecutableAsFullCommandLine()
bool onelab::localNetworkClient::treatExecutableAsFullCommandLine |
( |
| ) |
const |
|
inline |
◆ _executable
std::string onelab::localNetworkClient::_executable |
|
private |
◆ _gmshServer
GmshServer* onelab::localNetworkClient::_gmshServer |
|
private |
◆ _pid
int onelab::localNetworkClient::_pid |
|
private |
◆ _remoteLogin
std::string onelab::localNetworkClient::_remoteLogin |
|
private |
◆ _socketSwitch
std::string onelab::localNetworkClient::_socketSwitch |
|
private |
◆ _treatExecutableAsFullCommandLine
bool onelab::localNetworkClient::_treatExecutableAsFullCommandLine |
|
private |
The documentation for this class was generated from the following file: