#include <rte.h>
Inheritance diagram for cosyRte:
Public Member Functions | |
cosyRte () | |
~cosyRte () | |
void | start (ProcessNetwork &n) |
rteNetwork * | create (NetworkImpl &n) |
rteProcess * | create (ProcessImpl &p) |
rteFifo * | create (FifoImpl &f) |
rteSelect * | create (SelectImpl &s) |
void | setCout (std::ostream &o) |
void | setCerr (std::ostream &o) |
void | setCin (std::istream &i) |
std::ostream & | cout () |
std::ostream & | cerr () |
std::istream & | cin () |
Private Attributes | |
Os * | os |
std::ostream * | outStream |
std::ostream * | errStream |
std::istream * | inStream |
|
Definition at line 95 of file cosyrte.cc. |
|
Definition at line 106 of file cosyrte.cc. References os. |
|
Implements Rte. Definition at line 38 of file rte.h. References errStream. Referenced by cosyFifo::calcSize(), fatal_func(), handler1(), cosyNetwork::printFifoStatus(), cosyNetwork::printProcessStatus(), cosySelect::select(), and start(). |
|
Implements Rte. Definition at line 39 of file rte.h. References inStream. |
|
Implements Rte. Definition at line 37 of file rte.h. References outStream. |
|
Implements Rte. Definition at line 65 of file cosyrte.cc. References lock. |
|
Implements Rte. Definition at line 51 of file cosyrte.cc. References lock. |
|
Implements Rte. Definition at line 37 of file cosyrte.cc. References lock. |
|
Implements Rte. Definition at line 23 of file cosyrte.cc. Referenced by start(). |
|
Implements Rte. Definition at line 35 of file rte.h. References errStream. |
|
Implements Rte. Definition at line 36 of file rte.h. References inStream. |
|
Implements Rte. Definition at line 34 of file rte.h. References outStream. |
|
Implements Rte. Definition at line 113 of file cosyrte.cc. References rteNetwork::api(), cerr(), check(), Table::clean(), NetworkImpl::commWorkload, NetworkImpl::compWorkload, create(), and rteNetwork::start(). Referenced by start(). |
|
|
|
|
|
Definition at line 42 of file rte.h. Referenced by create(), and ~cosyRte(). |
|
|