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

#include <nts_types.hpp>

Public Member Functions

 CamSessionLookupReply ()
 
 CamSessionLookupReply (bool hit, LkpSrcBit src)
 
 CamSessionLookupReply (bool hit, RtlSessId id, LkpSrcBit src)
 

Public Attributes

RtlSessId sessionID
 
LkpSrcBit source
 
bool hit
 

Detailed Description

Definition at line 447 of file nts_types.hpp.

Constructor & Destructor Documentation

◆ CamSessionLookupReply() [1/3]

CamSessionLookupReply::CamSessionLookupReply ( )
inline

Definition at line 453 of file nts_types.hpp.

453 {}

◆ CamSessionLookupReply() [2/3]

CamSessionLookupReply::CamSessionLookupReply ( bool  hit,
LkpSrcBit  src 
)
inline

Definition at line 454 of file nts_types.hpp.

454  :
455  hit(hit), sessionID(0), source(src) {}

◆ CamSessionLookupReply() [3/3]

CamSessionLookupReply::CamSessionLookupReply ( bool  hit,
RtlSessId  id,
LkpSrcBit  src 
)
inline

Definition at line 456 of file nts_types.hpp.

456  :
457  hit(hit), sessionID(id), source(src) {}

Member Data Documentation

◆ hit

bool CamSessionLookupReply::hit

Definition at line 451 of file nts_types.hpp.

◆ sessionID

RtlSessId CamSessionLookupReply::sessionID

Definition at line 449 of file nts_types.hpp.

◆ source

LkpSrcBit CamSessionLookupReply::source

Definition at line 450 of file nts_types.hpp.


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