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

#include <toe.hpp>

Public Member Functions

 RXeReTransTimerCmd ()
 
 RXeReTransTimerCmd (SessionId id)
 
 RXeReTransTimerCmd (SessionId id, TimerCmd cmd)
 

Public Attributes

SessionId sessionID
 
TimerCmd command
 

Detailed Description

Definition at line 628 of file toe.hpp.

Constructor & Destructor Documentation

◆ RXeReTransTimerCmd() [1/3]

RXeReTransTimerCmd::RXeReTransTimerCmd ( )
inline

Definition at line 632 of file toe.hpp.

632 {}

◆ RXeReTransTimerCmd() [2/3]

RXeReTransTimerCmd::RXeReTransTimerCmd ( SessionId  id)
inline

Definition at line 633 of file toe.hpp.

633  :
634  sessionID(id), command(STOP_TIMER) {}
TimerCmd command
Definition: toe.hpp:631
SessionId sessionID
Definition: toe.hpp:630
@ STOP_TIMER
Definition: toe.hpp:623

◆ RXeReTransTimerCmd() [3/3]

RXeReTransTimerCmd::RXeReTransTimerCmd ( SessionId  id,
TimerCmd  cmd 
)
inline

Definition at line 635 of file toe.hpp.

635  :
636  sessionID(id), command(cmd) {}

Member Data Documentation

◆ command

TimerCmd RXeReTransTimerCmd::command

Definition at line 631 of file toe.hpp.

◆ sessionID

SessionId RXeReTransTimerCmd::sessionID

Definition at line 630 of file toe.hpp.


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