Inferno  0.2
SCTree::NextTrigger Struct Reference

#include <sctree.hpp>

Inheritance diagram for SCTree::NextTrigger:
[legend]
Collaboration diagram for SCTree::NextTrigger:
[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 next_trigger() primitive. next_trigger() can be used in a few fundamentally different ways and to be explicit we use specialised nodes for each. All next_triggers must be done in combable contexts like SC_METHOD. Next_triggers do NOT allow the SystemC kernel to run other processes until the combable block completes.

Definition at line 109 of file sctree.hpp.


Member Function Documentation

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

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

Reimplemented from SCTree::SCNamedConstruct.

Definition at line 113 of file sctree.hpp.


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