#include <onelab.h>
|
template<class T > |
bool | _set (const T &p, bool withChoices=true) |
|
template<class T > |
bool | _get (std::vector< T > &ps, const std::string &name="", bool withChoices=true) |
|
Definition at line 1519 of file onelab.h.
◆ remoteNetworkClient()
onelab::remoteNetworkClient::remoteNetworkClient |
( |
const std::string & |
name, |
|
|
const std::string & |
serverAddress |
|
) |
| |
|
inline |
◆ ~remoteNetworkClient()
virtual onelab::remoteNetworkClient::~remoteNetworkClient |
( |
| ) |
|
|
inlinevirtual |
◆ _get()
template<class T >
bool onelab::remoteNetworkClient::_get |
( |
std::vector< T > & |
ps, |
|
|
const std::string & |
name = "" , |
|
|
bool |
withChoices = true |
|
) |
| |
|
inlineprivate |
◆ _set()
template<class T >
bool onelab::remoteNetworkClient::_set |
( |
const T & |
p, |
|
|
bool |
withChoices = true |
|
) |
| |
|
inlineprivate |
◆ clear()
virtual bool onelab::remoteNetworkClient::clear |
( |
const std::string & |
name = "" | ) |
|
|
inlinevirtual |
◆ get() [1/2]
virtual bool onelab::remoteNetworkClient::get |
( |
std::vector< number > & |
ps, |
|
|
const std::string & |
name = "" |
|
) |
| |
|
inlinevirtual |
◆ get() [2/2]
virtual bool onelab::remoteNetworkClient::get |
( |
std::vector< string > & |
ps, |
|
|
const std::string & |
name = "" |
|
) |
| |
|
inlinevirtual |
◆ getGmshClient()
GmshClient* onelab::remoteNetworkClient::getGmshClient |
( |
| ) |
|
|
inline |
◆ getWithoutChoices() [1/2]
virtual bool onelab::remoteNetworkClient::getWithoutChoices |
( |
std::vector< number > & |
ps, |
|
|
const std::string & |
name = "" |
|
) |
| |
|
inlinevirtual |
◆ getWithoutChoices() [2/2]
virtual bool onelab::remoteNetworkClient::getWithoutChoices |
( |
std::vector< string > & |
ps, |
|
|
const std::string & |
name = "" |
|
) |
| |
|
inlinevirtual |
◆ isNetworkClient()
virtual bool onelab::remoteNetworkClient::isNetworkClient |
( |
| ) |
|
|
inlinevirtual |
◆ runNonBlockingSubClient()
void onelab::remoteNetworkClient::runNonBlockingSubClient |
( |
const std::string & |
name, |
|
|
const std::string & |
command |
|
) |
| |
|
inline |
◆ runSubClient()
void onelab::remoteNetworkClient::runSubClient |
( |
const std::string & |
name, |
|
|
const std::string & |
command |
|
) |
| |
|
inline |
◆ sendError()
void onelab::remoteNetworkClient::sendError |
( |
const std::string & |
msg | ) |
|
|
inlinevirtual |
◆ sendInfo()
void onelab::remoteNetworkClient::sendInfo |
( |
const std::string & |
msg | ) |
|
|
inlinevirtual |
◆ sendMergeFileRequest()
void onelab::remoteNetworkClient::sendMergeFileRequest |
( |
const std::string & |
msg | ) |
|
|
inlinevirtual |
◆ sendOpenProjectRequest()
void onelab::remoteNetworkClient::sendOpenProjectRequest |
( |
const std::string & |
msg | ) |
|
|
inlinevirtual |
◆ sendParseStringRequest()
void onelab::remoteNetworkClient::sendParseStringRequest |
( |
const std::string & |
msg | ) |
|
|
inlinevirtual |
◆ sendProgress()
void onelab::remoteNetworkClient::sendProgress |
( |
const std::string & |
msg | ) |
|
|
inlinevirtual |
◆ sendWarning()
void onelab::remoteNetworkClient::sendWarning |
( |
const std::string & |
msg | ) |
|
|
inlinevirtual |
◆ set() [1/2]
virtual bool onelab::remoteNetworkClient::set |
( |
const number & |
p | ) |
|
|
inlinevirtual |
◆ set() [2/2]
virtual bool onelab::remoteNetworkClient::set |
( |
const string & |
p | ) |
|
|
inlinevirtual |
◆ setAndAppendChoices() [1/2]
virtual bool onelab::remoteNetworkClient::setAndAppendChoices |
( |
const number & |
p | ) |
|
|
inlinevirtual |
◆ setAndAppendChoices() [2/2]
virtual bool onelab::remoteNetworkClient::setAndAppendChoices |
( |
const string & |
p | ) |
|
|
inlinevirtual |
◆ waitOnSubClients()
void onelab::remoteNetworkClient::waitOnSubClients |
( |
| ) |
|
|
inline |
◆ _gmshClient
GmshClient* onelab::remoteNetworkClient::_gmshClient |
|
private |
Definition at line 1524 of file onelab.h.
Referenced by _get(), _set(), clear(), getGmshClient(), remoteNetworkClient(), runNonBlockingSubClient(), sendError(), sendInfo(), sendMergeFileRequest(), sendOpenProjectRequest(), sendParseStringRequest(), sendProgress(), sendWarning(), waitOnSubClients(), and ~remoteNetworkClient().
◆ _numSubClients
int onelab::remoteNetworkClient::_numSubClients |
|
private |
◆ _serverAddress
std::string onelab::remoteNetworkClient::_serverAddress |
|
private |
The documentation for this class was generated from the following file: