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

#include <nal.hpp>

Public Member Functions

 NalEventNotif ()
 
 NalEventNotif (NalCntIncType nt, ap_uint< 32 > uv)
 

Public Attributes

NalCntIncType type
 
ap_uint< 32 > update_value
 

Detailed Description

Definition at line 264 of file nal.hpp.

Constructor & Destructor Documentation

◆ NalEventNotif() [1/2]

NalEventNotif::NalEventNotif ( )
inline

Definition at line 269 of file nal.hpp.

269 {}

◆ NalEventNotif() [2/2]

NalEventNotif::NalEventNotif ( NalCntIncType  nt,
ap_uint< 32 >  uv 
)
inline

Definition at line 270 of file nal.hpp.

270 : type(nt), update_value(uv) {}
ap_uint< 32 > update_value
Definition: nal.hpp:266
NalCntIncType type
Definition: nal.hpp:265

Member Data Documentation

◆ type

NalCntIncType NalEventNotif::type

Definition at line 265 of file nal.hpp.

◆ update_value

ap_uint<32> NalEventNotif::update_value

Definition at line 266 of file nal.hpp.


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