Inferno
0.2
|
#include <sctree.hpp>
Public Member Functions | |
virtual NODE_FUNCTIONS string | GetToken () |
Produce the source-code-name of the corresponding SystemC construct. |
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.
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.