#include <rtefifo.h>
Inheritance diagram for rteFifo:

Public Member Functions | |
| rteFifo (FifoImpl &f) | |
| virtual | ~rteFifo () |
| virtual void | read (void *p, unsigned int nitems)=0 |
| virtual void | write (const void *p, unsigned int nitems)=0 |
| const FifoImpl * | api () const |
| const rteInPort * | getDst () const |
| const rteOutPort * | getSrc () const |
Private Attributes | |
| FifoImpl * | base |
| rteOutPort * | out |
| rteInPort * | in |
Friends | |
| class | rteInPort |
| class | rteOutPort |
|
|
Definition at line 15 of file rtefifo.cc. References base, base, and FifoImpl::impl. |
|
|
Definition at line 21 of file rtefifo.cc. References base, and FifoImpl::impl. |
|
|
Definition at line 31 of file rtefifo.cc. References base. Referenced by cosyFifo::getMetricValue(), cosyNetwork::printFifoMetrics(), cosyNetwork::printProcessStatus(), cosyFifo::read(), and cosyFifo::write(). |
|
|
Definition at line 36 of file rtefifo.cc. References in. Referenced by cosyNetwork::printProcessStatus(). |
|
|
Definition at line 41 of file rtefifo.cc. References out. |
|
||||||||||||
|
Implemented in cosyFifo. Referenced by rteInPort::read(). |
|
||||||||||||
|
Implemented in cosyFifo. Referenced by rteOutPort::write(). |
|
|
|
|
|
|
|
|
Definition at line 32 of file rtefifo.h. Referenced by api(), rteFifo(), and ~rteFifo(). |
|
|
Definition at line 34 of file rtefifo.h. Referenced by getDst(), rteInPort::rteInPort(), and rteInPort::~rteInPort(). |
|
|
Definition at line 33 of file rtefifo.h. Referenced by getSrc(), rteOutPort::rteOutPort(), and rteOutPort::~rteOutPort(). |
1.3.2