#include <fifoimpl.h>
Inheritance diagram for FifoImpl:

| Public Member Functions | |
| FifoImpl (const IdBase &n) | |
| FifoImpl (const IdBase &n, unsigned int lo) | |
| FifoImpl (const IdBase &n, unsigned int lo, unsigned int hi) | |
| unsigned int | minSize () const | 
| unsigned int | maxSize () const | 
| virtual unsigned int | tokenSize () const=0 | 
| unsigned int | nrRteFifos () const | 
| rteFifo * | rte (unsigned int i=0) const | 
| Protected Attributes | |
| std::vector< rteFifo * > | impl | 
| Private Attributes | |
| unsigned int | minSz | 
| unsigned int | maxSz | 
| Friends | |
| class | rteFifo | 
| 
 | 
| 
 Definition at line 14 of file fifoimpl.cc. | 
| 
 | ||||||||||||
| 
 Definition at line 18 of file fifoimpl.cc. | 
| 
 | ||||||||||||||||
| 
 Definition at line 22 of file fifoimpl.cc. | 
| 
 | 
| 
 Definition at line 31 of file fifoimpl.cc. References maxSz. | 
| 
 | 
| 
 Definition at line 26 of file fifoimpl.cc. References minSz. | 
| 
 | 
| 
 Definition at line 36 of file fifoimpl.cc. References impl. Referenced by cosyNetwork::printFifoMetrics(), cosyNetwork::printProcessStatus(), and cosySelect::pushBack(). | 
| 
 | 
| 
 Definition at line 41 of file fifoimpl.cc. References impl. Referenced by cosyNetwork::printFifoMetrics(), cosyNetwork::printProcessStatus(), and cosySelect::pushBack(). | 
| 
 | 
| 
 Implemented in FifoImplT< T >. Referenced by cosyFifo::getMetricValue(), cosyFifo::read(), and cosyFifo::write(). | 
| 
 | 
| 
 Definition at line 30 of file fifoimpl.h. | 
| 
 | 
| 
 Definition at line 39 of file fifoimpl.h. Referenced by nrRteFifos(), rte(), rteFifo::rteFifo(), and rteFifo::~rteFifo(). | 
| 
 | 
| 
 Definition at line 36 of file fifoimpl.h. Referenced by maxSize(). | 
| 
 | 
| 
 Definition at line 35 of file fifoimpl.h. Referenced by minSize(). | 
 1.3.2
 
1.3.2