#include <baseRte.h>
Inheritance diagram for Rte:

Public Member Functions | |
| Rte () | |
| virtual | ~Rte () |
| virtual rteNetwork * | create (NetworkImpl &n)=0 |
| virtual rteProcess * | create (ProcessImpl &p)=0 |
| virtual rteFifo * | create (FifoImpl &f)=0 |
| virtual rteSelect * | create (SelectImpl &s)=0 |
| virtual void | start (ProcessNetwork &n)=0 |
| virtual void | setCout (std::ostream &o)=0 |
| virtual void | setCerr (std::ostream &o)=0 |
| virtual void | setCin (std::istream &o)=0 |
| virtual std::ostream & | cout ()=0 |
| virtual std::ostream & | cerr ()=0 |
| virtual std::istream & | cin ()=0 |
|
|
Definition at line 15 of file rte.cc. References NetworkImpl::boot. |
|
|
Definition at line 20 of file rte.cc. References NetworkImpl::boot. |
|
|
Implemented in cosyRte. Referenced by RTE::getErrorStream(). |
|
|
Implemented in cosyRte. |
|
|
Implemented in cosyRte. Referenced by RTE::getOutStream(). |
|
|
Implemented in cosyRte. |
|
|
Implemented in cosyRte. |
|
|
Implemented in cosyRte. |
|
|
Implemented in cosyRte. Referenced by SelectImpl::SelectImpl(). |
|
|
Implemented in cosyRte. Referenced by RTE::setErrorStream(). |
|
|
Implemented in cosyRte. |
|
|
Implemented in cosyRte. Referenced by RTE::setOutStream(). |
|
|
Implemented in cosyRte. Referenced by RTE::start(). |
1.3.2