Class node¶
Defined in File node.hpp
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¶
-