115 char*
port_name =
new char[port.length()+1];
MpiControlThread * MpiControl
MpiControlThread * MpiControl
const yarp::os::LogComponent & MPI_CARRIER()
bool connect(std::string port)
bool notLocal(std::string other)
char unique_id[10+MPI_MAX_PROCESSOR_NAME]
void disconnect(bool disconn)
MpiComm(std::string name)
char port_name[MPI_MAX_PORT_NAME]
bool threadInit() override
Initialization method.
void threadRelease() override
Release method.
A mini-server for performing network communication in the background.
bool isRunning()
Returns true if the thread is running (Thread::start has been called successfully and the thread has ...
bool start()
Start the new thread running.
#define yCInfo(component,...)
#define yCError(component,...)
#define yCDebug(component,...)
std::string to_string(IntegerType x)
An interface to the operating system, including Port based communication.
int getpid()
Portable wrapper for the getppid() function.