#include <rtenetwork.h>
Inheritance diagram for rteNetwork:

Public Member Functions | |
| rteNetwork (NetworkImpl &n) | |
| virtual | ~rteNetwork () |
| const NetworkImpl * | api () const |
| virtual void | start ()=0 |
| virtual void | printCommunicationWorkload ()=0 |
| virtual void | printComputationWorkload ()=0 |
Private Attributes | |
| NetworkImpl * | base |
|
|
Definition at line 15 of file rtenetwork.cc. References base, base, and NetworkImpl::impl. |
|
|
Definition at line 21 of file rtenetwork.cc. References base, and NetworkImpl::impl. |
|
|
Definition at line 26 of file rtenetwork.cc. References base. Referenced by cosyNetwork::cosyNetwork(), cosyNetwork::deadlock(), fatal_func(), cosyNetwork::growFifo(), cosyNetwork::printCommunicationWorkload(), cosyNetwork::printComputationWorkload(), cosyNetwork::printFifoMetrics(), cosyNetwork::printProcessStatus(), and cosyRte::start(). |
|
|
Implemented in cosyNetwork. |
|
|
Implemented in cosyNetwork. |
|
|
Implemented in cosyNetwork. Referenced by cosyRte::start(). |
|
|
Definition at line 36 of file rtenetwork.h. Referenced by api(), rteNetwork(), and ~rteNetwork(). |
1.3.2