Inferno  0.2
SCTree::Thread Struct Reference

#include <sctree.hpp>

Inheritance diagram for SCTree::Thread:
[legend]
Collaboration diagram for SCTree::Thread:
[legend]

List of all members.

Public Member Functions

virtual NODE_FUNCTIONS_FINAL string GetToken ()
 Produce the source-code-name of the corresponding SystemC construct.

Detailed Description

SystemC thread process. Local context, so this can run forever (stopping only to indicate completion of a test run) and may block in wait or run busy for a while. Actually I dont think the SystemC kernel can pre-empt, so it should not run busy all the time.

Definition at line 200 of file sctree.hpp.


Member Function Documentation

virtual NODE_FUNCTIONS_FINAL string SCTree::Thread::GetToken ( ) [inline, virtual]

Produce the source-code-name of the corresponding SystemC construct.

Reimplemented from SCTree::SCNamedConstruct.

Definition at line 204 of file sctree.hpp.


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