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

#include <nts_types.hpp>

Public Member Functions

 fourTuple ()
 
 fourTuple (ap_uint< 32 > srcIp, ap_uint< 32 > dstIp, ap_uint< 16 > srcPort, ap_uint< 16 > dstPort)
 

Public Attributes

ap_uint< 32 > srcIp
 
ap_uint< 32 > dstIp
 
ap_uint< 16 > srcPort
 
ap_uint< 16 > dstPort
 

Detailed Description

Definition at line 229 of file nts_types.hpp.

Constructor & Destructor Documentation

◆ fourTuple() [1/2]

fourTuple::fourTuple ( )
inline

Definition at line 234 of file nts_types.hpp.

234 {}

◆ fourTuple() [2/2]

fourTuple::fourTuple ( ap_uint< 32 >  srcIp,
ap_uint< 32 >  dstIp,
ap_uint< 16 >  srcPort,
ap_uint< 16 >  dstPort 
)
inline

Definition at line 235 of file nts_types.hpp.

ap_uint< 32 > dstIp
Definition: nts_types.hpp:231
ap_uint< 32 > srcIp
Definition: nts_types.hpp:230
ap_uint< 16 > dstPort
Definition: nts_types.hpp:233
ap_uint< 16 > srcPort
Definition: nts_types.hpp:232

Member Data Documentation

◆ dstIp

ap_uint<32> fourTuple::dstIp

Definition at line 231 of file nts_types.hpp.

◆ dstPort

ap_uint<16> fourTuple::dstPort

Definition at line 233 of file nts_types.hpp.

◆ srcIp

ap_uint<32> fourTuple::srcIp

Definition at line 230 of file nts_types.hpp.

◆ srcPort

ap_uint<16> fourTuple::srcPort

Definition at line 232 of file nts_types.hpp.


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