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

#include <toe.hpp>

Public Member Functions

 TXeReTransTimerCmd ()
 
 TXeReTransTimerCmd (SessionId id)
 
 TXeReTransTimerCmd (SessionId id, EventType type)
 

Public Attributes

SessionId sessionID
 
EventType type
 

Detailed Description

Definition at line 642 of file toe.hpp.

Constructor & Destructor Documentation

◆ TXeReTransTimerCmd() [1/3]

TXeReTransTimerCmd::TXeReTransTimerCmd ( )
inline

Definition at line 646 of file toe.hpp.

646 {}

◆ TXeReTransTimerCmd() [2/3]

TXeReTransTimerCmd::TXeReTransTimerCmd ( SessionId  id)
inline

Definition at line 647 of file toe.hpp.

647  :
648  sessionID(id), type(RT_EVENT) {}
EventType type
Definition: toe.hpp:645
SessionId sessionID
Definition: toe.hpp:644
@ RT_EVENT
Definition: toe.hpp:273

◆ TXeReTransTimerCmd() [3/3]

TXeReTransTimerCmd::TXeReTransTimerCmd ( SessionId  id,
EventType  type 
)
inline

Definition at line 649 of file toe.hpp.

649  :
650  sessionID(id), type(type) {}

Member Data Documentation

◆ sessionID

SessionId TXeReTransTimerCmd::sessionID

Definition at line 644 of file toe.hpp.

◆ type

EventType TXeReTransTimerCmd::type

Definition at line 645 of file toe.hpp.


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