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

#include <timers.hpp>

Public Member Functions

 ReTxTimerEntry ()
 

Public Attributes

ap_uint< 32 > time
 
ap_uint< 3 > retries
 
bool active
 
EventType type
 

Detailed Description

Rtt - Retransmission Timer Entry

Definition at line 94 of file timers.hpp.

Constructor & Destructor Documentation

◆ ReTxTimerEntry()

ReTxTimerEntry::ReTxTimerEntry ( )
inline

Definition at line 101 of file timers.hpp.

101 {}

Member Data Documentation

◆ active

bool ReTxTimerEntry::active

Definition at line 99 of file timers.hpp.

◆ retries

ap_uint<3> ReTxTimerEntry::retries

Definition at line 98 of file timers.hpp.

◆ time

ap_uint<32> ReTxTimerEntry::time

Definition at line 97 of file timers.hpp.

◆ type

EventType ReTxTimerEntry::type

Definition at line 100 of file timers.hpp.


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