sc_core::sc_spawn_options Class Reference

#include <sysc/kernel/sc_spawn_options.h>

Collaboration diagram for sc_core::sc_spawn_options:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 sc_spawn_options ()
void spawn_method ()
void dont_initialize ()
bool is_method () const
void set_stack_size (int stack_size)
void set_sensitivity (const sc_event *event)
void set_sensitivity (sc_port_base *port_base)
void set_sensitivity (sc_interface *interface_p)
void set_sensitivity (sc_export_base *export_base)
void set_sensitivity (sc_event_finder *event_finder)

Protected Attributes

bool m_dont_initialize
std::vector< const sc_event * > m_sensitive_events
std::vector< sc_event_finder * > m_sensitive_event_finders
std::vector< sc_interface * > m_sensitive_interfaces
std::vector< sc_port_base * > m_sensitive_port_bases
bool m_spawn_method
int m_stack_size

Friends

class sc_cthread_process
class sc_method_process
class sc_process_b
class sc_thread_process


Detailed Description

Definition at line 66 of file sc_spawn_options.h.


Constructor & Destructor Documentation

sc_core::sc_spawn_options::sc_spawn_options (  )  [inline]

Definition at line 72 of file sc_spawn_options.h.


Member Function Documentation

void sc_core::sc_spawn_options::spawn_method (  )  [inline]

Definition at line 76 of file sc_spawn_options.h.

void sc_core::sc_spawn_options::dont_initialize (  )  [inline]

Definition at line 77 of file sc_spawn_options.h.

bool sc_core::sc_spawn_options::is_method (  )  const [inline]

Definition at line 78 of file sc_spawn_options.h.

void sc_core::sc_spawn_options::set_stack_size ( int  stack_size  )  [inline]

Definition at line 79 of file sc_spawn_options.h.

void sc_core::sc_spawn_options::set_sensitivity ( const sc_event event  )  [inline]

Definition at line 80 of file sc_spawn_options.h.

void sc_core::sc_spawn_options::set_sensitivity ( sc_port_base port_base  )  [inline]

Definition at line 82 of file sc_spawn_options.h.

void sc_core::sc_spawn_options::set_sensitivity ( sc_interface interface_p  )  [inline]

Definition at line 84 of file sc_spawn_options.h.

void sc_core::sc_spawn_options::set_sensitivity ( sc_export_base export_base  )  [inline]

Definition at line 86 of file sc_spawn_options.h.

void sc_core::sc_spawn_options::set_sensitivity ( sc_event_finder event_finder  )  [inline]

Definition at line 88 of file sc_spawn_options.h.


Friends And Related Function Documentation

friend class sc_cthread_process [friend]

Definition at line 67 of file sc_spawn_options.h.

friend class sc_method_process [friend]

Definition at line 68 of file sc_spawn_options.h.

friend class sc_process_b [friend]

Definition at line 69 of file sc_spawn_options.h.

friend class sc_thread_process [friend]

Definition at line 70 of file sc_spawn_options.h.


Member Data Documentation

Definition at line 96 of file sc_spawn_options.h.

Definition at line 97 of file sc_spawn_options.h.

Definition at line 98 of file sc_spawn_options.h.

Definition at line 99 of file sc_spawn_options.h.

Definition at line 100 of file sc_spawn_options.h.

Definition at line 101 of file sc_spawn_options.h.

Definition at line 102 of file sc_spawn_options.h.


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

Generated on Wed Jan 21 15:32:15 2009 for SystemC by  doxygen 1.5.5