cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
TxAppTableEntry Class Reference

#include <tx_app_interface.hpp>

Public Member Functions

 TxAppTableEntry ()
 
 TxAppTableEntry (TcpAckNum ackd, ap_uint< 16 > mempt)
 

Public Attributes

TcpAckNum ackd
 
TxBufPtr mempt
 

Detailed Description

Tx Application Table (Tat) Structure to manage the FPGA Send Window

Definition at line 93 of file tx_app_interface.hpp.

Constructor & Destructor Documentation

◆ TxAppTableEntry() [1/2]

TxAppTableEntry::TxAppTableEntry ( )
inline

Definition at line 97 of file tx_app_interface.hpp.

97 {}

◆ TxAppTableEntry() [2/2]

TxAppTableEntry::TxAppTableEntry ( TcpAckNum  ackd,
ap_uint< 16 >  mempt 
)
inline

Definition at line 98 of file tx_app_interface.hpp.

98  :
99  ackd(ackd), mempt(mempt) {}

Member Data Documentation

◆ ackd

TcpAckNum TxAppTableEntry::ackd

Definition at line 95 of file tx_app_interface.hpp.

◆ mempt

TxBufPtr TxAppTableEntry::mempt

Definition at line 96 of file tx_app_interface.hpp.


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