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

#include <toe.hpp>

Public Member Functions

 TAiTxSarPush ()
 
 TAiTxSarPush (SessionId id, TxBufPtr app)
 

Public Attributes

SessionId sessionID
 
TxBufPtr app
 

Detailed Description

Definition at line 545 of file toe.hpp.

Constructor & Destructor Documentation

◆ TAiTxSarPush() [1/2]

TAiTxSarPush::TAiTxSarPush ( )
inline

Definition at line 549 of file toe.hpp.

549 {}

◆ TAiTxSarPush() [2/2]

TAiTxSarPush::TAiTxSarPush ( SessionId  id,
TxBufPtr  app 
)
inline

Definition at line 550 of file toe.hpp.

550  :
551  sessionID(id), app(app) {}
SessionId sessionID
Definition: toe.hpp:547
TxBufPtr app
Definition: toe.hpp:548

Member Data Documentation

◆ app

TxBufPtr TAiTxSarPush::app

Definition at line 548 of file toe.hpp.

◆ sessionID

SessionId TAiTxSarPush::sessionID

Definition at line 547 of file toe.hpp.


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