sdf/output/xml/xml.cc File Reference

#include "xml.h"
Include dependency graph for sdf/output/xml/xml.cc:

Functions

CNodecreateSDFnode (SDFgraph *g)
CNodecreateSDFpropertiesNode (TimedSDFgraph *g)
CNodecreateApplicationGraphNode (TimedSDFgraph *g)
void outputSDFasXML (SDFgraph *g, ostream &out)
void outputSDFasXML (TimedSDFgraph *g, ostream &out)

Function Documentation

CNode* createApplicationGraphNode ( TimedSDFgraph g  ) 

createApplicationGraphNode () The function returns an SDF graph in XML format.

References CAddNode(), CNewNode(), createSDFnode(), and createSDFpropertiesNode().

Here is the call graph for this function:

void outputSDFasXML ( TimedSDFgraph g,
ostream &  out 
)

outputSDFasXML () The function outputs a SDF graph in XML format.

References CAddAttribute(), CAddNode(), CNewDoc(), CNewNode(), createSDFnode(), createSDFpropertiesNode(), and CSaveFile().

Here is the call graph for this function:

void outputSDFasXML ( SDFgraph g,
ostream &  out 
)

outputSDFasXML () The function outputs a SDF graph in XML format.

References CAddAttribute(), CAddNode(), CNewDoc(), CNewNode(), createSDFnode(), and CSaveFile().

Referenced by FSMSADF::ToolAnalyze::analyzeGraph(), analyzeSDFG(), generateRandomSDFG(), transformGraph(), and FSMSADF::ToolTransform::transformGraph().

Here is the call graph for this function: