cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <toe.hpp>
Public Member Functions | |
ExtendedEvent () | |
ExtendedEvent (const Event &ev) | |
ExtendedEvent (const Event &ev, LE_SocketPair tuple) | |
Public Member Functions inherited from Event | |
Event () | |
Event (EventType type, SessionId id) | |
Event (EventType type, SessionId id, ap_uint< 3 > rt_count) | |
Event (EventType type, SessionId id, ap_uint< 16 > addr, ap_uint< 16 > len) | |
Event (EventType type, SessionId id, ap_uint< 16 > addr, ap_uint< 16 > len, ap_uint< 3 > rt_count) | |
Public Attributes | |
LE_SocketPair | tuple |
Public Attributes inherited from Event | |
EventType | type |
SessionId | sessionID |
TcpBufAdr | address |
TcpSegLen | length |
ap_uint< 3 > | rt_count |
|
inline |
LE_SocketPair ExtendedEvent::tuple |