sc_core::sc_cor_pkg Class Reference

#include <sysc/kernel/sc_cor.h>

Inheritance diagram for sc_core::sc_cor_pkg:

Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_cor_pkg:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 sc_cor_pkg (sc_simcontext *simc)
virtual ~sc_cor_pkg ()
virtual sc_corcreate (std::size_t stack_size, sc_cor_fn *fn, void *arg)=0
virtual void yield (sc_cor *next_cor)=0
virtual void abort (sc_cor *next_cor)=0
virtual sc_corget_main ()=0
sc_simcontextsimcontext ()


Detailed Description

Definition at line 100 of file sc_cor.h.


Constructor & Destructor Documentation

sc_core::sc_cor_pkg::sc_cor_pkg ( sc_simcontext simc  )  [inline]

Definition at line 105 of file sc_cor.h.

virtual sc_core::sc_cor_pkg::~sc_cor_pkg (  )  [inline, virtual]

Definition at line 109 of file sc_cor.h.


Member Function Documentation

virtual sc_cor* sc_core::sc_cor_pkg::create ( std::size_t  stack_size,
sc_cor_fn fn,
void *  arg 
) [pure virtual]

Implemented in sc_core::sc_cor_pkg_qt.

virtual void sc_core::sc_cor_pkg::yield ( sc_cor next_cor  )  [pure virtual]

Implemented in sc_core::sc_cor_pkg_qt.

virtual void sc_core::sc_cor_pkg::abort ( sc_cor next_cor  )  [pure virtual]

Implemented in sc_core::sc_cor_pkg_qt.

virtual sc_cor* sc_core::sc_cor_pkg::get_main (  )  [pure virtual]

Implemented in sc_core::sc_cor_pkg_qt.

sc_simcontext* sc_core::sc_cor_pkg::simcontext (  )  [inline]

Definition at line 130 of file sc_cor.h.


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

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