Class node

Class Documentation

class comm::node

A Node is the representation of a RAL component used in the transport process.

Public Functions

node(int idx, std::string id, ucp_ep_h ucp_ep, ucp_worker_h ucp_worker)
node(int idx, std::string id, std::string ip, int port)
int index() const
std::string id() const
ucp_ep_h get_ucp_endpoint() const
ucp_worker_h get_ucp_worker() const
int port() const
std::string ip() const

Protected Attributes

int _idx
std::string _id
std::string _ip
int _port
ucp_ep_h _ucp_ep
ucp_worker_h _ucp_worker