SystemC  2.3.1
Accellera SystemC proof-of-concept library
Public Member Functions | List of all members
sc_core::sc_cor_pkg Class Referenceabstract

#include <sysc/kernel/sc_cor.h>

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

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 84 of file sc_cor.h.

Constructor & Destructor Documentation

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

Definition at line 89 of file sc_cor.h.

virtual sc_core::sc_cor_pkg::~sc_cor_pkg ( )
inlinevirtual

Definition at line 93 of file sc_cor.h.

Member Function Documentation

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::create ( std::size_t  stack_size,
sc_cor_fn fn,
void *  arg 
)
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 109 of file sc_cor.h.

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

Implemented in sc_core::sc_cor_pkg_qt.


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