Inferno  0.2
SCTree::ClockedThread Struct Reference

#include <sctree.hpp>

Inheritance diagram for SCTree::ClockedThread:
[legend]
Collaboration diagram for SCTree::ClockedThread:
[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 clocked thread process. A local context as with Thread, but can only wait on clock cycles. I forget the advantage of this over Thread. Sensitivity must be a ClockInPort

Definition at line 210 of file sctree.hpp.


Member Function Documentation

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

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

Reimplemented from SCTree::SCNamedConstruct.

Definition at line 213 of file sctree.hpp.


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