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

#include <toe.hpp>

Inheritance diagram for TXeTxSarRtQuery:
[legend]
Collaboration diagram for TXeTxSarRtQuery:
[legend]

Public Member Functions

 TXeTxSarRtQuery ()
 
 TXeTxSarRtQuery (const TXeTxSarQuery &q)
 
 TXeTxSarRtQuery (SessionId id, ap_uint< TOE_WINDOW_BITS > ssthresh)
 
ap_uint< TOE_WINDOW_BITS > getThreshold ()
 
- Public Member Functions inherited from TXeTxSarQuery
 TXeTxSarQuery ()
 
 TXeTxSarQuery (SessionId id, RdWrBit wrBit)
 
 TXeTxSarQuery (SessionId id, TxAckNum not_ackd, RdWrBit write)
 
 TXeTxSarQuery (SessionId id, TxAckNum not_ackd, RdWrBit write, CmdBit init)
 
 TXeTxSarQuery (SessionId id, TxAckNum not_ackd, RdWrBit write, CmdBit init, bool finReady, bool finSent)
 
 TXeTxSarQuery (SessionId id, TxAckNum not_ackd, RdWrBit write, CmdBit init, bool finReady, bool finSent, bool isRt)
 

Additional Inherited Members

- Public Attributes inherited from TXeTxSarQuery
SessionId sessionID
 
TxAckNum not_ackd
 
RdWrBit write
 
CmdBit init
 
bool finReady
 
bool finSent
 
bool isRtQuery
 

Detailed Description

Definition at line 529 of file toe.hpp.

Constructor & Destructor Documentation

◆ TXeTxSarRtQuery() [1/3]

TXeTxSarRtQuery::TXeTxSarRtQuery ( )
inline

Definition at line 532 of file toe.hpp.

532 {}

◆ TXeTxSarRtQuery() [2/3]

TXeTxSarRtQuery::TXeTxSarRtQuery ( const TXeTxSarQuery q)
inline

Definition at line 533 of file toe.hpp.

533  :
bool finReady
Definition: toe.hpp:490
bool isRtQuery
Definition: toe.hpp:492
TXeTxSarQuery()
Definition: toe.hpp:494
bool finSent
Definition: toe.hpp:491
SessionId sessionID
Definition: toe.hpp:486
TxAckNum not_ackd
Definition: toe.hpp:487
RdWrBit write
Definition: toe.hpp:488
CmdBit init
Definition: toe.hpp:489

◆ TXeTxSarRtQuery() [3/3]

TXeTxSarRtQuery::TXeTxSarRtQuery ( SessionId  id,
ap_uint< TOE_WINDOW_BITS >  ssthresh 
)
inline

Definition at line 535 of file toe.hpp.

535  :
536  TXeTxSarQuery(id, ssthresh, 1, 0, false, false, true) {}

Member Function Documentation

◆ getThreshold()

ap_uint<TOE_WINDOW_BITS> TXeTxSarRtQuery::getThreshold ( )
inline

Definition at line 537 of file toe.hpp.

537  {
538  return not_ackd(TOE_WINDOW_BITS-1, 0);
539  }

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