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

#include <dhcp_client.hpp>

Public Member Functions

 UdpWord ()
 
 UdpWord (ap_uint< 64 > tdata, ap_uint< 8 > tkeep, ap_uint< 1 > tlast)
 

Public Attributes

ap_uint< 64 > tdata
 
ap_uint< 8 > tkeep
 
ap_uint< 1 > tlast
 

Detailed Description

UDP Specific Streaming Interfaces.

Definition at line 125 of file dhcp_client.hpp.

Constructor & Destructor Documentation

◆ UdpWord() [1/2]

UdpWord::UdpWord ( )
inline

Definition at line 129 of file dhcp_client.hpp.

129 {}

◆ UdpWord() [2/2]

UdpWord::UdpWord ( ap_uint< 64 >  tdata,
ap_uint< 8 >  tkeep,
ap_uint< 1 >  tlast 
)
inline

Definition at line 130 of file dhcp_client.hpp.

130  :
131  tdata(tdata), tkeep(tkeep), tlast(tlast) {}
ap_uint< 64 > tdata
ap_uint< 1 > tlast
ap_uint< 8 > tkeep

Member Data Documentation

◆ tdata

ap_uint<64> UdpWord::tdata

Definition at line 126 of file dhcp_client.hpp.

◆ tkeep

ap_uint<8> UdpWord::tkeep

Definition at line 127 of file dhcp_client.hpp.

◆ tlast

ap_uint<1> UdpWord::tlast

Definition at line 128 of file dhcp_client.hpp.


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