#include <portbase.h>
Inheritance diagram for OutPortBase:

Public Member Functions | |
| OutPortBase (const IdBase &n, Connector &c) | |
| FifoBase * | getDstFifo (unsigned int i=0) const |
| OutPortBase * | getDstPort (unsigned int i=0) const |
| OutPortBase * | getSrcPort () const |
Friends | |
| void | insert (Component *c, OutPortBase *o) |
|
||||||||||||
|
Definition at line 62 of file portbase.cc. References insert, Connector::link, and PortBase::parentComponent(). |
|
|
Definition at line 68 of file portbase.cc. References Connector::getDst(), and Connector::isFifo(). Referenced by check(), and getFarFifo(). |
|
|
Definition at line 77 of file portbase.cc. References Connector::getDst(), and Connector::isFifo(). Referenced by check(). |
|
|
Definition at line 86 of file portbase.cc. References Connector::getSrc(), and Connector::nrSrc(). Referenced by check(), getFarOutPort(), getFarOutPorts(), and printOutPort(). |
|
||||||||||||
|
Definition at line 55 of file component.cc. Referenced by OutPortBase(). |
1.3.2