SST/macro
Public Member Functions | Protected Attributes | List of all members
sstmac::sw::timeout_event Class Reference

#include <unblock_event.h>

Inheritance diagram for sstmac::sw::timeout_event:
Inheritance graph
Collaboration diagram for sstmac::sw::timeout_event:
Collaboration graph

Public Member Functions

 timeout_event (operating_system *os, key *k)
 
std::string to_string () const
 
virtual void execute ()
 

Protected Attributes

operating_systemos_
 
keykey_
 
- 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...
 

Detailed Description

Definition at line 43 of file unblock_event.h.

Constructor & Destructor Documentation

sstmac::sw::timeout_event::timeout_event ( operating_system os,
key k 
)

Member Function Documentation

virtual void sstmac::sw::timeout_event::execute ( )
virtual
std::string sstmac::sw::timeout_event::to_string ( ) const
inlinevirtual

Implements sstmac::event_queue_entry.

Definition at line 50 of file unblock_event.h.

References sstmac::sw::unblock_event::execute().

Here is the call graph for this function:

Member Data Documentation

key* sstmac::sw::timeout_event::key_
protected

Definition at line 58 of file unblock_event.h.

operating_system* sstmac::sw::timeout_event::os_
protected

Definition at line 57 of file unblock_event.h.


The documentation for this class was generated from the following file: