SST/macro
|
#include <unblock_event.h>
Public Member Functions | |
unblock_event (operating_system *os, key *k) | |
std::string | to_string () const |
virtual void | execute () |
Protected Attributes | |
operating_system * | os_ |
key * | key_ |
Protected Attributes inherited from sstmac::event_queue_entry | |
timestamp | time_ |
event_loc_id | dst_loc_ |
event_loc_id | src_loc_ |
uint32_t | seqnum_ |
A unique sequence number from the source. More... | |
Definition at line 24 of file unblock_event.h.
sstmac::sw::unblock_event::unblock_event | ( | operating_system * | os, |
key * | k | ||
) |
|
virtual |
Implements sstmac::event_queue_entry.
Referenced by to_string(), and sstmac::sw::timeout_event::to_string().
|
inlinevirtual |
Implements sstmac::event_queue_entry.
Definition at line 31 of file unblock_event.h.
References execute().
|
protected |
Definition at line 39 of file unblock_event.h.
|
protected |
Definition at line 38 of file unblock_event.h.