HPS::HCA::RequestIdEvent

class HPS.HCA.RequestIdEvent : public HPS.Event

The RequestIdEvent class is the event that will be triggered for each HCAModel Request call.

Public Functions

override HPS.Event Clone ()

Allocates and returns a copy of this RequestIdEvent.

Return

A copy of this RequestIdEvent.

override void Dispose ()
RequestIdEvent ()

The default constructor creates an empty RequestIdEvent object.

RequestIdEvent (HPS.Event in_event)

This constructor converts an Event Object to a RequestIdEvent object.

Param in_event

The Event Object to be converted.

RequestIdEvent (HPS.HCA.RequestIdEvent in_that)
RequestIdEvent (UInt32 in_request_id)

Properties

UInt32 request_id { get; set; }