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

#include <toe.hpp>

Public Member Functions

 TxAppTableReply ()
 
 TxAppTableReply (SessionId id, ap_uint< 16 > ackd, TxBufPtr pt)
 

Public Attributes

SessionId sessId
 
ap_uint< 16 > ackd
 
TxBufPtr mempt
 

Detailed Description

Definition at line 601 of file toe.hpp.

Constructor & Destructor Documentation

◆ TxAppTableReply() [1/2]

TxAppTableReply::TxAppTableReply ( )
inline

Definition at line 609 of file toe.hpp.

609 {}

◆ TxAppTableReply() [2/2]

TxAppTableReply::TxAppTableReply ( SessionId  id,
ap_uint< 16 >  ackd,
TxBufPtr  pt 
)
inline

Definition at line 611 of file toe.hpp.

611  :
612  sessId(id), ackd(ackd), mempt(pt) {}
ap_uint< 16 > ackd
Definition: toe.hpp:604
SessionId sessId
Definition: toe.hpp:603
TxBufPtr mempt
Definition: toe.hpp:605

Member Data Documentation

◆ ackd

ap_uint<16> TxAppTableReply::ackd

Definition at line 604 of file toe.hpp.

◆ mempt

TxBufPtr TxAppTableReply::mempt

Definition at line 605 of file toe.hpp.

◆ sessId

SessionId TxAppTableReply::sessId

Definition at line 603 of file toe.hpp.


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