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

#include <tcp_shell_if.hpp>

Public Member Functions

 ForwardCmd ()
 
 ForwardCmd (SessionId _sessId, TcpDatLen _datLen, CmdBit _action, DropCode _dropCode)
 

Public Attributes

SessionId sessId
 
TcpDatLen datLen
 
CmdBit action
 
DropCode dropCode
 

Detailed Description

Definition at line 115 of file tcp_shell_if.hpp.

Constructor & Destructor Documentation

◆ ForwardCmd() [1/2]

ForwardCmd::ForwardCmd ( )
inline

Definition at line 121 of file tcp_shell_if.hpp.

121 {}

◆ ForwardCmd() [2/2]

ForwardCmd::ForwardCmd ( SessionId  _sessId,
TcpDatLen  _datLen,
CmdBit  _action,
DropCode  _dropCode 
)
inline

Definition at line 122 of file tcp_shell_if.hpp.

122  :
123  sessId(_sessId), datLen(_datLen), action(_action), dropCode(_dropCode) {}
SessionId sessId
DropCode dropCode
TcpDatLen datLen

Member Data Documentation

◆ action

CmdBit ForwardCmd::action

Definition at line 119 of file tcp_shell_if.hpp.

◆ datLen

TcpDatLen ForwardCmd::datLen

Definition at line 118 of file tcp_shell_if.hpp.

◆ dropCode

DropCode ForwardCmd::dropCode

Definition at line 120 of file tcp_shell_if.hpp.

◆ sessId

SessionId ForwardCmd::sessId

Definition at line 117 of file tcp_shell_if.hpp.


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