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

#include <udp.hpp>

Public Member Functions

 ipTuple ()
 
 ipTuple (ap_uint< 32 > sourceIP, ap_uint< 32 > destinationIP)
 

Public Attributes

ap_uint< 32 > sourceIP
 
ap_uint< 32 > destinationIP
 
ap_uint< 32 > ip_address
 
ap_uint< 16 > ip_port
 

Detailed Description

Definition at line 91 of file udp.hpp.

Constructor & Destructor Documentation

◆ ipTuple() [1/2]

ipTuple::ipTuple ( )
inline

Definition at line 94 of file udp.hpp.

94 {}

◆ ipTuple() [2/2]

ipTuple::ipTuple ( ap_uint< 32 >  sourceIP,
ap_uint< 32 >  destinationIP 
)
inline

Definition at line 95 of file udp.hpp.

ap_uint< 32 > sourceIP
Definition: udp.hpp:92
ap_uint< 32 > destinationIP
Definition: udp.hpp:93

Member Data Documentation

◆ destinationIP

ap_uint<32> ipTuple::destinationIP

Definition at line 93 of file udp.hpp.

◆ ip_address

ap_uint<32> ipTuple::ip_address

Definition at line 306 of file toe.hpp.

◆ ip_port

ap_uint<16> ipTuple::ip_port

Definition at line 307 of file toe.hpp.

◆ sourceIP

ap_uint<32> ipTuple::sourceIP

Definition at line 92 of file udp.hpp.


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