#include <sys/types.h>
#include "dotty.h"
#include "id.h"
#include "component.h"
#include "connector.h"
#include "networkbase.h"
#include "processbase.h"
#include "portbase.h"
#include "fifobase.h"
#include "dotdefs.h"
#include "check.h"
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | printDotty (ostream &o, NetworkBase *p) |
void | printNetwork (ostream &o, int level, NetworkBase *p, bool ismain=false) |
void | printProcess (ostream &o, ProcessBase *p) |
void | printInPort (ostream &o, int level, InPortBase *p) |
void | printOutPort (ostream &o, int level, OutPortBase *p) |
void | printFifo (ostream &o, int level, FifoBase *p) |
bool | fileCheck (const char *fileName) |
void | readConfig (const char *filePlace) |
void | printDotty (const ProcessNetwork &p, ostream &o, ostream &e) |
Variables | |
ostream * | g_errorStream = &std::cerr |
|
Definition at line 371 of file dotty.cc. Referenced by printDotty(). |
|
Definition at line 41 of file dotty.cc. References g_errorStream, and printDotty(). |
|
|
Definition at line 306 of file dotty.cc. References FifoBase::dstPort(), DotDefs::fontColorFifo, DotDefs::fontNameFifo, DotDefs::fontSizeFifo, IdBase::fullName(), IdBase::name(), DotDefs::nodeColorFifo, DotDefs::nodeFifo, DotDefs::nodeHeightFifo, DotDefs::nodeShapeFifo, DotDefs::nodeWidthFifo, Connector::nrDst(), Connector::nrSrc(), IdBase::parent(), and FifoBase::srcPort(). Referenced by printNetwork(). |
|
Definition at line 230 of file dotty.cc. References DotDefs::fontColorPort, DotDefs::fontNamePort, DotDefs::fontSizePort, IdBase::fullName(), InPortBase::getDstPort(), IdBase::name(), DotDefs::nodeColorPort, DotDefs::nodeHeightPort, DotDefs::nodeShapePort, DotDefs::nodeWidthPort, Connector::nrDst(), and IdBase::parent(). Referenced by printNetwork(). |
|
|
Definition at line 270 of file dotty.cc. References DotDefs::fontColorPort, DotDefs::fontNamePort, DotDefs::fontSizePort, IdBase::fullName(), OutPortBase::getSrcPort(), IdBase::name(), DotDefs::nodeColorPort, DotDefs::nodeHeightPort, DotDefs::nodeShapePort, DotDefs::nodeWidthPort, Connector::nrSrc(), and IdBase::parent(). Referenced by printNetwork(). |
|
Definition at line 216 of file dotty.cc. References DotDefs::fontColorProcess, DotDefs::fontNameProcess, DotDefs::fontSizeProcess, IdBase::fullName(), IdBase::name(), DotDefs::nodeColorProcess, and Component::type(). Referenced by printNetwork(). |
|
Definition at line 381 of file dotty.cc. References g_errorStream, and readDottyConfiguration(). Referenced by printDotty(). |
|
Definition at line 39 of file dotty.cc. Referenced by printDotty(), and readConfig(). |