HPS::HCA::RequestIdEvent Class Reference
#include <sprk_hca.h>
Inheritance diagram for HPS::HCA::RequestIdEvent:

Public Member Functions | |
Event * | Clone () const override |
RequestIdEvent () | |
RequestIdEvent (uint32_t in_request_id) | |
RequestIdEvent (Event const &in_event) | |
![]() | |
virtual bool | Drop (Event const *in_that_event) const |
Event (intptr_t in_channel=0) | |
virtual intptr_t | Freshen () const |
intptr_t | GetChannel () const |
intptr_t | GetClassID () const |
Time | GetTimeStamp () const |
bool | IsConsumable () const |
Public Attributes | |
uint32_t | request_id |
Additional Inherited Members | |
![]() | |
enum | Status : uint32_t { Status::InProgress, Status::Completed, Status::Failed } |
![]() | |
static void | operator delete (void *in_ptr, size_t in_size) throw () |
static void * | operator new (size_t in_size) |
![]() | |
intptr_t | channel |
bool | consumable |
Detailed Description
The RequestIdEvent class is the event that will be triggered for each HCA Model Request call.
Constructor & Destructor Documentation
◆ RequestIdEvent() [1/2]
|
inline |
The default constructor creates an empty RequestIdEvent object.
◆ RequestIdEvent() [2/2]
|
inline |
This constructor converts an Event Object to a RequestIdEvent object.
Member Function Documentation
◆ Clone()
|
inlineoverridevirtual |
Allocates and returns a copy of this RequestIdEvent.
- Returns
- A copy of this RequestIdEvent.
Implements HPS::Event.
The documentation for this class was generated from the following file:
- include/sprk_hca.h