cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
NalMrtUpdate Struct Reference

#include <nal.hpp>

Public Member Functions

 NalMrtUpdate ()
 
 NalMrtUpdate (NodeId node, Ip4Addr addr)
 

Public Attributes

NodeId nid
 
Ip4Addr ip4a
 

Detailed Description

Definition at line 297 of file nal.hpp.

Constructor & Destructor Documentation

◆ NalMrtUpdate() [1/2]

NalMrtUpdate::NalMrtUpdate ( )
inline

Definition at line 300 of file nal.hpp.

300 {}

◆ NalMrtUpdate() [2/2]

NalMrtUpdate::NalMrtUpdate ( NodeId  node,
Ip4Addr  addr 
)
inline

Definition at line 301 of file nal.hpp.

301 : nid(node), ip4a(addr) {}
Ip4Addr ip4a
Definition: nal.hpp:299
NodeId nid
Definition: nal.hpp:298

Member Data Documentation

◆ ip4a

Ip4Addr NalMrtUpdate::ip4a

Definition at line 299 of file nal.hpp.

◆ nid

NodeId NalMrtUpdate::nid

Definition at line 298 of file nal.hpp.


The documentation for this struct was generated from the following file: