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

#include <nts_types.hpp>

Collaboration diagram for CamSessionUpdateRequest:
[legend]

Public Member Functions

 CamSessionUpdateRequest ()
 
 CamSessionUpdateRequest (FourTuple key, RtlSessId value, LkpOpBit op, LkpSrcBit src)
 

Public Attributes

FourTuple key
 
RtlSessId value
 
LkpSrcBit source
 
LkpOpBit op
 

Detailed Description

Definition at line 463 of file nts_types.hpp.

Constructor & Destructor Documentation

◆ CamSessionUpdateRequest() [1/2]

CamSessionUpdateRequest::CamSessionUpdateRequest ( )
inline

Definition at line 470 of file nts_types.hpp.

470 {}

◆ CamSessionUpdateRequest() [2/2]

CamSessionUpdateRequest::CamSessionUpdateRequest ( FourTuple  key,
RtlSessId  value,
LkpOpBit  op,
LkpSrcBit  src 
)
inline

Definition at line 471 of file nts_types.hpp.

471  :
472  key(key), value(value), op(op), source(src) {}

Member Data Documentation

◆ key

FourTuple CamSessionUpdateRequest::key

Definition at line 465 of file nts_types.hpp.

◆ op

LkpOpBit CamSessionUpdateRequest::op

Definition at line 468 of file nts_types.hpp.

◆ source

LkpSrcBit CamSessionUpdateRequest::source

Definition at line 467 of file nts_types.hpp.

◆ value

RtlSessId CamSessionUpdateRequest::value

Definition at line 466 of file nts_types.hpp.


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