|
SST/macro
|
#include <unblock_event.h>


Public Member Functions | |
| timeout_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 43 of file unblock_event.h.
| sstmac::sw::timeout_event::timeout_event | ( | operating_system * | os, |
| key * | k | ||
| ) |
|
virtual |
Implements sstmac::event_queue_entry.
|
inlinevirtual |
Implements sstmac::event_queue_entry.
Definition at line 50 of file unblock_event.h.
References sstmac::sw::unblock_event::execute().

|
protected |
Definition at line 58 of file unblock_event.h.
|
protected |
Definition at line 57 of file unblock_event.h.
1.8.11