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

#include <toe.hpp>

Inheritance diagram for TXeTxSarQuery:
[legend]

Public Member Functions

 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)
 

Public Attributes

SessionId sessionID
 
TxAckNum not_ackd
 
RdWrBit write
 
CmdBit init
 
bool finReady
 
bool finSent
 
bool isRtQuery
 

Detailed Description

Definition at line 484 of file toe.hpp.

Constructor & Destructor Documentation

◆ TXeTxSarQuery() [1/6]

TXeTxSarQuery::TXeTxSarQuery ( )
inline

Definition at line 494 of file toe.hpp.

494  :
495  finReady(false), finSent(false), isRtQuery(false) {}
bool finReady
Definition: toe.hpp:490
bool isRtQuery
Definition: toe.hpp:492
bool finSent
Definition: toe.hpp:491

◆ TXeTxSarQuery() [2/6]

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

Definition at line 497 of file toe.hpp.

497  :
498  sessionID(id), write(QUERY_RD), finReady(false), finSent(false), isRtQuery(false) {}
SessionId sessionID
Definition: toe.hpp:486
RdWrBit write
Definition: toe.hpp:488
#define QUERY_RD
Definition: nts_types.hpp:65

◆ TXeTxSarQuery() [3/6]

TXeTxSarQuery::TXeTxSarQuery ( SessionId  id,
TxAckNum  not_ackd,
RdWrBit  write 
)
inline

Definition at line 500 of file toe.hpp.

500  :
501  sessionID(id), not_ackd(not_ackd), write(QUERY_WR), init(0), finReady(false), finSent(false), isRtQuery(false) {}
TxAckNum not_ackd
Definition: toe.hpp:487
CmdBit init
Definition: toe.hpp:489
#define QUERY_WR
Definition: nts_types.hpp:66

◆ TXeTxSarQuery() [4/6]

TXeTxSarQuery::TXeTxSarQuery ( SessionId  id,
TxAckNum  not_ackd,
RdWrBit  write,
CmdBit  init 
)
inline

Definition at line 502 of file toe.hpp.

502  :
503  sessionID(id), not_ackd(not_ackd), write(QUERY_WR), init(init), finReady(false), finSent(false), isRtQuery(false) {}

◆ TXeTxSarQuery() [5/6]

TXeTxSarQuery::TXeTxSarQuery ( SessionId  id,
TxAckNum  not_ackd,
RdWrBit  write,
CmdBit  init,
bool  finReady,
bool  finSent 
)
inline

Definition at line 504 of file toe.hpp.

◆ TXeTxSarQuery() [6/6]

TXeTxSarQuery::TXeTxSarQuery ( SessionId  id,
TxAckNum  not_ackd,
RdWrBit  write,
CmdBit  init,
bool  finReady,
bool  finSent,
bool  isRt 
)
inline

Definition at line 506 of file toe.hpp.

Member Data Documentation

◆ finReady

bool TXeTxSarQuery::finReady

Definition at line 490 of file toe.hpp.

◆ finSent

bool TXeTxSarQuery::finSent

Definition at line 491 of file toe.hpp.

◆ init

CmdBit TXeTxSarQuery::init

Definition at line 489 of file toe.hpp.

◆ isRtQuery

bool TXeTxSarQuery::isRtQuery

Definition at line 492 of file toe.hpp.

◆ not_ackd

TxAckNum TXeTxSarQuery::not_ackd

Definition at line 487 of file toe.hpp.

◆ sessionID

SessionId TXeTxSarQuery::sessionID

Definition at line 486 of file toe.hpp.

◆ write

RdWrBit TXeTxSarQuery::write

Definition at line 488 of file toe.hpp.


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