Inferno  0.2
SCTree::Wait Struct Reference

#include <sctree.hpp>

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

List of all members.

Public Member Functions

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

Detailed Description

Intermediate node for SystemC wait() primitive. wait() can be used in a few fundamentally different ways and to be explicit we use specialised nodes for each. All waits must be done in local execution contexts like threads. Waits allow the SystemC kernel to run other processes.

Definition at line 73 of file sctree.hpp.


Member Function Documentation

virtual NODE_FUNCTIONS string SCTree::Wait::GetToken ( ) [inline, virtual]

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

Reimplemented from SCTree::SCNamedConstruct.

Definition at line 78 of file sctree.hpp.


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