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


Public Member Functions | |
| virtual std::string | to_string () const |
| virtual void | start () |
| virtual void | incoming_event (event *ev)=0 |
Public Member Functions inherited from sstmac::sw::library | |
| virtual void | unregister_all_libs () |
| 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 () |
Protected Member Functions | |
| service (const std::string &libname, software_id sid) | |
| service (const char *prefix, software_id sid) | |
| virtual | ~service () |
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... | |
Additional Inherited Members | |
Protected Attributes inherited from sstmac::sw::library | |
| operating_system * | os_ |
| key::category | key_cat_ |
| software_id | sid_ |
|
inlineprotected |
|
inlineprotected |
|
inlineprotectedvirtual |
|
pure virtual |
Implements sstmac::sw::library.
Implemented in sstmac::sumi_server, and sstmac::sw::launcher.
Referenced by start().
|
inlinevirtual |
Reimplemented in sstmac::sw::launcher.
Definition at line 35 of file service.h.
References incoming_event().

|
inlinevirtual |
Reimplemented from sstmac::sw::library.
Reimplemented in sstmac::sw::launcher.
1.8.11