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

#include <nts_types.hpp>

Public Member Functions

 CamSessionUpdateReply ()
 
 CamSessionUpdateReply (LkpOpBit op, LkpSrcBit src)
 
 CamSessionUpdateReply (RtlSessId id, LkpOpBit op, LkpSrcBit src)
 

Public Attributes

RtlSessId sessionID
 
LkpSrcBit source
 
LkpOpBit op
 

Detailed Description

Definition at line 478 of file nts_types.hpp.

Constructor & Destructor Documentation

◆ CamSessionUpdateReply() [1/3]

CamSessionUpdateReply::CamSessionUpdateReply ( )
inline

Definition at line 484 of file nts_types.hpp.

484 {}

◆ CamSessionUpdateReply() [2/3]

CamSessionUpdateReply::CamSessionUpdateReply ( LkpOpBit  op,
LkpSrcBit  src 
)
inline

Definition at line 485 of file nts_types.hpp.

485  :
486  op(op), source(src) {}

◆ CamSessionUpdateReply() [3/3]

CamSessionUpdateReply::CamSessionUpdateReply ( RtlSessId  id,
LkpOpBit  op,
LkpSrcBit  src 
)
inline

Definition at line 487 of file nts_types.hpp.

487  :
488  sessionID(id), op(op), source(src) {}

Member Data Documentation

◆ op

LkpOpBit CamSessionUpdateReply::op

Definition at line 482 of file nts_types.hpp.

◆ sessionID

RtlSessId CamSessionUpdateReply::sessionID

Definition at line 480 of file nts_types.hpp.

◆ source

LkpSrcBit CamSessionUpdateReply::source

Definition at line 481 of file nts_types.hpp.


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