#include <sys/types.h>
#include "utilbase.h"
#include "component.h"
#include "portbase.h"
#include "fifobase.h"
#include "processbase.h"
#include "networkbase.h"
#include <string.h>
Go to the source code of this file.
|
Definition at line 130 of file utilbase.cc. References NetworkBase::getFifo(), IdBase::name(), and NetworkBase::nrFifos(). |
|
Definition at line 106 of file utilbase.cc. References Component::getInPort(), IdBase::name(), and Component::nrInPorts(). |
|
Definition at line 152 of file utilbase.cc. References NetworkBase::getNetwork(), IdBase::name(), and NetworkBase::nrNetworks(). |
|
Definition at line 117 of file utilbase.cc. References Component::getOutPort(), IdBase::name(), and Component::nrOutPorts(). |
|
Definition at line 141 of file utilbase.cc. References NetworkBase::getProcess(), IdBase::name(), and NetworkBase::nrProcesses(). |
|
Definition at line 30 of file utilbase.cc. References Connector::getDst(), and OutPortBase::getDstFifo(). Referenced by getFarFifo(), and cosySelect::pushBack(). |
|
Definition at line 21 of file utilbase.cc. |
|
|
|
Definition at line 40 of file utilbase.cc. |
|
Definition at line 68 of file utilbase.cc. References InPortBase::getDstPort(), and Connector::nrDst(). Referenced by cosyNetwork::cosyNetwork(), and getFarInPorts(). |
|
Definition at line 56 of file utilbase.cc. |
|
|
|
Definition at line 48 of file utilbase.cc. |
|
Definition at line 90 of file utilbase.cc. References OutPortBase::getSrcPort(), and Connector::nrSrc(). Referenced by cosyNetwork::cosyNetwork(), and getFarOutPorts(). |
|
Definition at line 80 of file utilbase.cc. |
|
|
|
|
|
|
|
|
|
|