cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <network.hpp>
Public Member Functions | |
NetworkMeta () | |
NetworkMeta (NodeId d_id, NrcPort d_port, NodeId s_id, NrcPort s_port, NetworkDataLength length) | |
Public Attributes | |
NodeId | dst_rank |
NrcPort | dst_port |
NodeId | src_rank |
NrcPort | src_port |
NetworkDataLength | len |
Definition at line 94 of file network.hpp.
|
inline |
Definition at line 101 of file network.hpp.
|
inline |
Definition at line 103 of file network.hpp.
NrcPort NetworkMeta::dst_port |
Definition at line 96 of file network.hpp.
NodeId NetworkMeta::dst_rank |
Definition at line 95 of file network.hpp.
NetworkDataLength NetworkMeta::len |
Definition at line 99 of file network.hpp.
NrcPort NetworkMeta::src_port |
Definition at line 98 of file network.hpp.
NodeId NetworkMeta::src_rank |
Definition at line 97 of file network.hpp.