SST/macro
|
#include <lib_sleep.h>
Public Member Functions | |
virtual | ~lib_sleep () |
lib_sleep (software_id id) | |
virtual void | incoming_event (event *ev) |
void | sleep (timestamp time) |
Public Member Functions inherited from sstmac::sw::library | |
virtual void | unregister_all_libs () |
virtual std::string | to_string () const |
virtual std::string | lib_name () const |
virtual void | init_os (operating_system *os) |
virtual void | consume_params (sprockit::sim_parameters *params) |
operating_system * | os () const |
software_id | sid () const |
virtual | ~library () |
Static Public Attributes | |
static key::category | key_category |
Additional Inherited Members | |
Protected Member Functions inherited from sstmac::sw::library | |
library (const std::string &libname, software_id sid) | |
library (const char *prefix, software_id sid) | |
void | register_lib (library *lib) |
This function is provided so that libraries can instantiate, register, and use other libraries. More... | |
Protected Attributes inherited from sstmac::sw::library | |
operating_system * | os_ |
key::category | key_cat_ |
software_id | sid_ |
Definition at line 22 of file lib_sleep.h.
|
inlinevirtual |
Definition at line 29 of file lib_sleep.h.
References lib_sleep().
sstmac::sw::lib_sleep::lib_sleep | ( | software_id | id | ) |
Referenced by ~lib_sleep().
|
inlinevirtual |
Implements sstmac::sw::library.
Definition at line 34 of file lib_sleep.h.
References sstmac::sw::library::incoming_event(), and sleep().
void sstmac::sw::lib_sleep::sleep | ( | timestamp | time | ) |
Referenced by incoming_event().
|
static |
Definition at line 25 of file lib_sleep.h.