10 #ifndef YARP_MPIP2PCARRIER_H
11 #define YARP_MPIP2PCARRIER_H
const yarp::os::LogComponent & MPI_CARRIER()
Abstract base carrier for managing port communication via MPI.
Wrapper for MPI_Comm communicator.
Carrier for port communicating via MPI point-to-point send/receive.
Carrier * create() const override
Factory method.
bool supportReply() const override
This flag is used by YARP to determine whether the connection can carry RPC traffic,...
std::string getName() const override
Get the name of this connection type ("tcp", "mcast", "shmem", ...)
void close() override
Close the carrier.
void createStream(bool sender) override
Implements communication via MPI point-to-point send/receive.
#define yCDebug(component,...)