#include <rteport.h>
Public Member Functions | |
| rteInPort (InPortImpl &i, rteFifo &f) | |
| virtual | ~rteInPort () |
| const InPortImpl * | api () const |
| void | read (void *p, unsigned int nitems) |
Private Attributes | |
| InPortImpl * | base |
| rteFifo * | fifo |
|
||||||||||||
|
Definition at line 15 of file rteport.cc. References base, base, fifo, InPortImpl::impl, and rteFifo::in. |
|
|
Definition at line 23 of file rteport.cc. References base, fifo, InPortImpl::impl, and rteFifo::in. |
|
|
Definition at line 29 of file rteport.cc. References base. Referenced by cosyNetwork::printProcessStatus(). |
|
||||||||||||
|
Definition at line 34 of file rteport.cc. References fifo, and rteFifo::read(). Referenced by InPortImplT< T >::read(). |
|
|
Definition at line 28 of file rteport.h. Referenced by api(), rteInPort(), and ~rteInPort(). |
|
|
Definition at line 29 of file rteport.h. Referenced by read(), rteInPort(), and ~rteInPort(). |
1.3.2