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

#include <toe.hpp>

Public Member Functions

 RXeTxSarQuery ()
 
 RXeTxSarQuery (SessionId id, RdWrBit wrBit)
 
 RXeTxSarQuery (SessionId id, TxAckNum ackd, RemotWinSize recv_win, LocalWinSize cong_win, ap_uint< 2 > count, CmdBool fastRetransmitted)
 

Public Attributes

SessionId sessionID
 
TxAckNum ackd
 
RemotWinSize recv_window
 
LocalWinSize cong_window
 
ap_uint< 2 > count
 
CmdBool fastRetransmitted
 
RdWrBit write
 

Detailed Description

Tx SAR Table (TSt)

Definition at line 445 of file toe.hpp.

Constructor & Destructor Documentation

◆ RXeTxSarQuery() [1/3]

RXeTxSarQuery::RXeTxSarQuery ( )
inline

Definition at line 455 of file toe.hpp.

455  :
456  fastRetransmitted(false) {}
CmdBool fastRetransmitted
Definition: toe.hpp:452

◆ RXeTxSarQuery() [2/3]

RXeTxSarQuery::RXeTxSarQuery ( SessionId  id,
RdWrBit  wrBit 
)
inline

Definition at line 458 of file toe.hpp.

458  :
459  sessionID(id), fastRetransmitted(false), write(QUERY_RD) {}
RdWrBit write
Definition: toe.hpp:453
SessionId sessionID
Definition: toe.hpp:447
#define QUERY_RD
Definition: nts_types.hpp:65

◆ RXeTxSarQuery() [3/3]

RXeTxSarQuery::RXeTxSarQuery ( SessionId  id,
TxAckNum  ackd,
RemotWinSize  recv_win,
LocalWinSize  cong_win,
ap_uint< 2 >  count,
CmdBool  fastRetransmitted 
)
inline

Definition at line 461 of file toe.hpp.

461  :
RemotWinSize recv_window
Definition: toe.hpp:449
TxAckNum ackd
Definition: toe.hpp:448
ap_uint< 2 > count
Definition: toe.hpp:451
LocalWinSize cong_window
Definition: toe.hpp:450
#define QUERY_WR
Definition: nts_types.hpp:66

Member Data Documentation

◆ ackd

TxAckNum RXeTxSarQuery::ackd

Definition at line 448 of file toe.hpp.

◆ cong_window

LocalWinSize RXeTxSarQuery::cong_window

Definition at line 450 of file toe.hpp.

◆ count

ap_uint<2> RXeTxSarQuery::count

Definition at line 451 of file toe.hpp.

◆ fastRetransmitted

CmdBool RXeTxSarQuery::fastRetransmitted

Definition at line 452 of file toe.hpp.

◆ recv_window

RemotWinSize RXeTxSarQuery::recv_window

Definition at line 449 of file toe.hpp.

◆ sessionID

SessionId RXeTxSarQuery::sessionID

Definition at line 447 of file toe.hpp.

◆ write

RdWrBit RXeTxSarQuery::write

Definition at line 453 of file toe.hpp.


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