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

#include <tx_app_interface.hpp>

Public Member Functions

 AppMemMeta ()
 
 AppMemMeta (TcpSessId sessId, TcpBufAdr addr, TcpDatLen len)
 

Public Attributes

TcpSessId sessId
 
TcpBufAdr addr
 
TcpDatLen len
 

Detailed Description

Metadata for storing APP data in memory

Definition at line 105 of file tx_app_interface.hpp.

Constructor & Destructor Documentation

◆ AppMemMeta() [1/2]

AppMemMeta::AppMemMeta ( )
inline

Definition at line 110 of file tx_app_interface.hpp.

110 {}

◆ AppMemMeta() [2/2]

AppMemMeta::AppMemMeta ( TcpSessId  sessId,
TcpBufAdr  addr,
TcpDatLen  len 
)
inline

Definition at line 111 of file tx_app_interface.hpp.

111  :
112  sessId(sessId), addr(addr), len(len) {}
TcpSessId sessId

Member Data Documentation

◆ addr

TcpBufAdr AppMemMeta::addr

Definition at line 108 of file tx_app_interface.hpp.

◆ len

TcpDatLen AppMemMeta::len

Definition at line 109 of file tx_app_interface.hpp.

◆ sessId

TcpSessId AppMemMeta::sessId

Definition at line 107 of file tx_app_interface.hpp.


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