csdf/output/xml/xml.h File Reference

#include "../../csdf.h"
Include dependency graph for csdf/output/xml/xml.h:
This graph shows which files directly or indirectly include this file:

Functions

CNodecreateApplicationGraphNode (TimedCSDFgraph *g)
void outputCSDFasXML (TimedCSDFgraph *g, ostream &out)

Function Documentation

CNode* createApplicationGraphNode ( TimedCSDFgraph g  ) 

createApplicationGraphNode () The function returns a CSDF graph in XML format.

References CAddNode(), CNewNode(), createCSDFnode(), and createCSDFpropertiesNode().

Referenced by SDF3Flow::createSDF3Node().

Here is the call graph for this function:

void outputCSDFasXML ( TimedCSDFgraph g,
ostream &  out 
)

outputCSDFasXML () The function outputs a CSDF graph in XML format.

References CAddAttribute(), CAddNode(), CNewDoc(), CNewNode(), createCSDFnode(), createCSDFpropertiesNode(), and CSaveFile().

Referenced by generateRandomCSDFG().

Here is the call graph for this function: