Example #1
0
 /*
  * It initializes communication pattern.
  *
  * \param address is the IP address of the sender node.
  * \param nodeId is the unique identifier of the calling node in the range [0..inf[.
  */
 inline bool init(const std::string& address,const int nodeId=-1) { return impl.init(address,nodeId); }