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

#include <toe.hpp>

Public Member Functions

 TxAppTableQuery ()
 
 TxAppTableQuery (SessionId id)
 
 TxAppTableQuery (SessionId id, ap_uint< 16 > pt)
 

Public Attributes

SessionId sessId
 
TxBufPtr mempt
 
bool write
 

Detailed Description

Tx Application Interface (TAi)

Definition at line 586 of file toe.hpp.

Constructor & Destructor Documentation

◆ TxAppTableQuery() [1/3]

TxAppTableQuery::TxAppTableQuery ( )
inline

Definition at line 591 of file toe.hpp.

591 {}

◆ TxAppTableQuery() [2/3]

TxAppTableQuery::TxAppTableQuery ( SessionId  id)
inline

Definition at line 592 of file toe.hpp.

592  :
593  sessId(id), mempt(0), write(false) {}
bool write
Definition: toe.hpp:590
SessionId sessId
Definition: toe.hpp:588
TxBufPtr mempt
Definition: toe.hpp:589

◆ TxAppTableQuery() [3/3]

TxAppTableQuery::TxAppTableQuery ( SessionId  id,
ap_uint< 16 >  pt 
)
inline

Definition at line 594 of file toe.hpp.

594  :
595  sessId(id), mempt(pt), write(true) {}

Member Data Documentation

◆ mempt

TxBufPtr TxAppTableQuery::mempt

Definition at line 589 of file toe.hpp.

◆ sessId

SessionId TxAppTableQuery::sessId

Definition at line 588 of file toe.hpp.

◆ write

bool TxAppTableQuery::write

Definition at line 590 of file toe.hpp.


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