#include <sysc/kernel/sc_spawn_options.h>
Definition at line 62 of file sc_spawn_options.h.
◆ sc_spawn_options()
sc_core::sc_spawn_options::sc_spawn_options |
( |
| ) |
|
|
inline |
◆ ~sc_spawn_options()
sc_core::sc_spawn_options::~sc_spawn_options |
( |
| ) |
|
◆ async_reset_signal_is() [1/4]
void sc_core::sc_spawn_options::async_reset_signal_is |
( |
const sc_in< bool > & |
, |
|
|
bool |
level |
|
) |
| |
◆ async_reset_signal_is() [2/4]
void sc_core::sc_spawn_options::async_reset_signal_is |
( |
const sc_inout< bool > & |
, |
|
|
bool |
level |
|
) |
| |
◆ async_reset_signal_is() [3/4]
void sc_core::sc_spawn_options::async_reset_signal_is |
( |
const sc_out< bool > & |
, |
|
|
bool |
level |
|
) |
| |
◆ async_reset_signal_is() [4/4]
void sc_core::sc_spawn_options::async_reset_signal_is |
( |
const sc_signal_in_if< bool > & |
, |
|
|
bool |
level |
|
) |
| |
◆ dont_initialize()
void sc_core::sc_spawn_options::dont_initialize |
( |
| ) |
|
|
inline |
◆ is_method()
bool sc_core::sc_spawn_options::is_method |
( |
| ) |
const |
|
inline |
◆ reset_signal_is() [1/4]
void sc_core::sc_spawn_options::reset_signal_is |
( |
const sc_in< bool > & |
, |
|
|
bool |
level |
|
) |
| |
◆ reset_signal_is() [2/4]
void sc_core::sc_spawn_options::reset_signal_is |
( |
const sc_inout< bool > & |
, |
|
|
bool |
level |
|
) |
| |
◆ reset_signal_is() [3/4]
void sc_core::sc_spawn_options::reset_signal_is |
( |
const sc_out< bool > & |
, |
|
|
bool |
level |
|
) |
| |
◆ reset_signal_is() [4/4]
void sc_core::sc_spawn_options::reset_signal_is |
( |
const sc_signal_in_if< bool > & |
, |
|
|
bool |
level |
|
) |
| |
◆ set_sensitivity() [1/5]
void sc_core::sc_spawn_options::set_sensitivity |
( |
const sc_event * |
event | ) |
|
|
inline |
◆ set_sensitivity() [2/5]
void sc_core::sc_spawn_options::set_sensitivity |
( |
sc_port_base * |
port_base | ) |
|
|
inline |
◆ set_sensitivity() [3/5]
void sc_core::sc_spawn_options::set_sensitivity |
( |
sc_interface * |
interface_p | ) |
|
|
inline |
◆ set_sensitivity() [4/5]
void sc_core::sc_spawn_options::set_sensitivity |
( |
sc_export_base * |
export_base | ) |
|
|
inline |
◆ set_sensitivity() [5/5]
void sc_core::sc_spawn_options::set_sensitivity |
( |
sc_event_finder * |
event_finder | ) |
|
|
inline |
◆ set_stack_size()
void sc_core::sc_spawn_options::set_stack_size |
( |
int |
stack_size | ) |
|
|
inline |
◆ spawn_method()
void sc_core::sc_spawn_options::spawn_method |
( |
| ) |
|
|
inline |
◆ specify_resets()
void sc_core::sc_spawn_options::specify_resets |
( |
| ) |
const |
|
protected |
◆ sc_cthread_process
◆ sc_method_process
◆ sc_process_b
◆ sc_thread_process
◆ m_dont_initialize
bool sc_core::sc_spawn_options::m_dont_initialize |
|
protected |
◆ m_resets
std::vector<sc_spawn_reset_base*> sc_core::sc_spawn_options::m_resets |
|
protected |
◆ m_sensitive_event_finders
std::vector<sc_event_finder*> sc_core::sc_spawn_options::m_sensitive_event_finders |
|
protected |
◆ m_sensitive_events
std::vector<const sc_event*> sc_core::sc_spawn_options::m_sensitive_events |
|
protected |
◆ m_sensitive_interfaces
std::vector<sc_interface*> sc_core::sc_spawn_options::m_sensitive_interfaces |
|
protected |
◆ m_sensitive_port_bases
std::vector<sc_port_base*> sc_core::sc_spawn_options::m_sensitive_port_bases |
|
protected |
◆ m_spawn_method
bool sc_core::sc_spawn_options::m_spawn_method |
|
protected |
◆ m_stack_size
int sc_core::sc_spawn_options::m_stack_size |
|
protected |
The documentation for this class was generated from the following file: