Reads dds-ssh configuration file either from a text file or stream.
More...
#include <SSHConfigFile.h>
|
static void | make (const std::string &_filepath, const configRecords_t &_records, const std::string &_bash="") |
|
static void | make (std::ostream &_stream, const configRecords_t &_records, const std::string &_bash="") |
|
static void | make (const std::string &_filepath, const std::vector< std::string > &_hosts, const std::string &_sshOptions="", const std::string &_wrkDir="/tmp/wn_dds", size_t _numSlots=1, const std::string &_bash="") |
|
static void | make (std::ostream &_stream, const std::vector< std::string > &_hosts, const std::string &_sshOptions="", const std::string &_wrkDir="/tmp/wn_dds", size_t _numSlots=1, const std::string &_bash="") |
|
Reads dds-ssh configuration file either from a text file or stream.
◆ CSSHConfigFile() [1/2]
CSSHConfigFile::CSSHConfigFile |
( |
const std::string & |
_filepath | ) |
|
◆ CSSHConfigFile() [2/2]
CSSHConfigFile::CSSHConfigFile |
( |
std::istream & |
_stream | ) |
|
◆ getBash()
const string & CSSHConfigFile::getBash |
( |
| ) |
|
◆ getRecords()
◆ make() [1/4]
void CSSHConfigFile::make |
( |
const std::string & |
_filepath, |
|
|
const configRecords_t & |
_records, |
|
|
const std::string & |
_bash = "" |
|
) |
| |
|
static |
◆ make() [2/4]
void CSSHConfigFile::make |
( |
std::ostream & |
_stream, |
|
|
const configRecords_t & |
_records, |
|
|
const std::string & |
_bash = "" |
|
) |
| |
|
static |
◆ make() [3/4]
void CSSHConfigFile::make |
( |
const std::string & |
_filepath, |
|
|
const std::vector< std::string > & |
_hosts, |
|
|
const std::string & |
_sshOptions = "" , |
|
|
const std::string & |
_wrkDir = "/tmp/wn_dds" , |
|
|
size_t |
_numSlots = 1 , |
|
|
const std::string & |
_bash = "" |
|
) |
| |
|
static |
◆ make() [4/4]
static void dds::CSSHConfigFile::make |
( |
std::ostream & |
_stream, |
|
|
const std::vector< std::string > & |
_hosts, |
|
|
const std::string & |
_sshOptions = "" , |
|
|
const std::string & |
_wrkDir = "/tmp/wn_dds" , |
|
|
size_t |
_numSlots = 1 , |
|
|
const std::string & |
_bash = "" |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: