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

#include <nal.hpp>

Public Member Functions

 NalPortUpdate ()
 
 NalPortUpdate (PortType pt, ap_uint< 32 > nv)
 

Public Attributes

PortType port_type
 
ap_uint< 32 > new_value
 

Detailed Description

Definition at line 311 of file nal.hpp.

Constructor & Destructor Documentation

◆ NalPortUpdate() [1/2]

NalPortUpdate::NalPortUpdate ( )
inline

Definition at line 314 of file nal.hpp.

314 {}

◆ NalPortUpdate() [2/2]

NalPortUpdate::NalPortUpdate ( PortType  pt,
ap_uint< 32 >  nv 
)
inline

Definition at line 315 of file nal.hpp.

315 : port_type(pt), new_value(nv) {}
ap_uint< 32 > new_value
Definition: nal.hpp:313
PortType port_type
Definition: nal.hpp:312

Member Data Documentation

◆ new_value

ap_uint<32> NalPortUpdate::new_value

Definition at line 313 of file nal.hpp.

◆ port_type

PortType NalPortUpdate::port_type

Definition at line 312 of file nal.hpp.


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