dot.h File Reference

#include "../../base/untimed/graph.h"
Include dependency graph for dot.h:
This graph shows which files directly or indirectly include this file:

Functions

void outputSDFasDot (SDFgraph *g, ostream &out)

Function Documentation

void outputSDFasDot ( SDFgraph g,
ostream &  out 
)

outputSDFasDot () The function outputs a SDF graph in DOT format.

References a, SDFgraph::actorsBegin(), SDFgraph::actorsEnd(), c, SDFgraph::channelsBegin(), SDFgraph::channelsEnd(), SDFport::getActor(), SDFchannel::getDstPort(), SDFchannel::getInitialTokens(), SDFcomponent::getName(), SDFport::getRate(), and SDFchannel::getSrcPort().

Referenced by printSDFG().

Here is the call graph for this function: