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

#include <toe.hpp>

Public Member Functions

 RAiRxSarQuery ()
 
 RAiRxSarQuery (SessionId id)
 
 RAiRxSarQuery (SessionId id, RxBufPtr appd)
 

Public Attributes

SessionId sessionID
 
RxBufPtr appd
 
RdWrBit write
 

Detailed Description

Definition at line 414 of file toe.hpp.

Constructor & Destructor Documentation

◆ RAiRxSarQuery() [1/3]

RAiRxSarQuery::RAiRxSarQuery ( )
inline

Definition at line 419 of file toe.hpp.

419 {}

◆ RAiRxSarQuery() [2/3]

RAiRxSarQuery::RAiRxSarQuery ( SessionId  id)
inline

Definition at line 420 of file toe.hpp.

420  :
421  sessionID(id), appd(0), write(0) {}
SessionId sessionID
Definition: toe.hpp:416
RxBufPtr appd
Definition: toe.hpp:417
RdWrBit write
Definition: toe.hpp:418

◆ RAiRxSarQuery() [3/3]

RAiRxSarQuery::RAiRxSarQuery ( SessionId  id,
RxBufPtr  appd 
)
inline

Definition at line 422 of file toe.hpp.

422  :
423  sessionID(id), appd(appd), write(1) {}

Member Data Documentation

◆ appd

RxBufPtr RAiRxSarQuery::appd

Definition at line 417 of file toe.hpp.

◆ sessionID

SessionId RAiRxSarQuery::sessionID

Definition at line 416 of file toe.hpp.

◆ write

RdWrBit RAiRxSarQuery::write

Definition at line 418 of file toe.hpp.


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