cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <timers.hpp>
Public Member Functions | |
ReTxTimerEntry () | |
Public Attributes | |
ap_uint< 32 > | time |
ap_uint< 3 > | retries |
bool | active |
EventType | type |
Rtt - Retransmission Timer Entry
Definition at line 94 of file timers.hpp.
|
inline |
Definition at line 101 of file timers.hpp.
bool ReTxTimerEntry::active |
Definition at line 99 of file timers.hpp.
ap_uint<3> ReTxTimerEntry::retries |
Definition at line 98 of file timers.hpp.
ap_uint<32> ReTxTimerEntry::time |
Definition at line 97 of file timers.hpp.
EventType ReTxTimerEntry::type |
Definition at line 100 of file timers.hpp.