|
| static std::vector< int > | ParseCoords (const std::string &coordsStr) |
| |
| static std::vector< Long64_t > | ParseIds (const std::string &idsStr) |
| |
Definition at line 13 of file NDimensionalIpcRunner.h.
◆ BuildWorkerIdentity()
| std::string Ndmspc::NDimensionalIpcRunner::BuildWorkerIdentity |
( |
size_t | workerIndex | ) |
|
|
static |
◆ CleanupChildProcesses()
| void Ndmspc::NDimensionalIpcRunner::CleanupChildProcesses |
( |
const std::vector< pid_t > & | pids | ) |
|
|
static |
◆ ParseCoords()
| std::vector< int > Ndmspc::NDimensionalIpcRunner::ParseCoords |
( |
const std::string & | coordsStr | ) |
|
|
staticprivate |
◆ ParseIds()
| std::vector< Long64_t > Ndmspc::NDimensionalIpcRunner::ParseIds |
( |
const std::string & | idsStr | ) |
|
|
staticprivate |
◆ ReceiveFrames()
| bool Ndmspc::NDimensionalIpcRunner::ReceiveFrames |
( |
void * | socket, |
|
|
std::vector< std::string > & | outFrames ) |
|
static |
◆ SendFrames()
| bool Ndmspc::NDimensionalIpcRunner::SendFrames |
( |
void * | socket, |
|
|
const std::vector< std::string > & | frames ) |
|
static |
◆ SerializeCoords()
| std::string Ndmspc::NDimensionalIpcRunner::SerializeCoords |
( |
const std::vector< int > & | coords | ) |
|
|
static |
◆ SerializeIds()
| std::string Ndmspc::NDimensionalIpcRunner::SerializeIds |
( |
const std::vector< Long64_t > & | ids | ) |
|
|
static |
◆ TaskLoop()
| int Ndmspc::NDimensionalIpcRunner::TaskLoop |
( |
void * | dealer, |
|
|
size_t | workerIndex, |
|
|
NThreadData * | worker ) |
|
static |
◆ WaitForChildProcesses()
| bool Ndmspc::NDimensionalIpcRunner::WaitForChildProcesses |
( |
const std::vector< pid_t > & | pids, |
|
|
int | timeoutMs = -1 ) |
|
static |
◆ WorkerLoop()
| int Ndmspc::NDimensionalIpcRunner::WorkerLoop |
( |
const std::string & | endpoint, |
|
|
size_t | workerIndex, |
|
|
NThreadData * | worker ) |
|
static |
The documentation for this class was generated from the following files: