#include <rteprocess.h>
Inheritance diagram for rteProcess:
Public Member Functions | |
rteProcess (ProcessImpl &p) | |
virtual | ~rteProcess () |
ProcessImpl * | api () const |
virtual void | start ()=0 |
virtual void | execute (const char *i)=0 |
Private Attributes | |
ProcessImpl * | base |
|
Definition at line 15 of file rteprocess.cc. References base, base, and ProcessImpl::impl. |
|
Definition at line 21 of file rteprocess.cc. References base, and ProcessImpl::impl. |
|
Definition at line 26 of file rteprocess.cc. References base. Referenced by cosyNetwork::printComputationWorkload(), and run_cosy_process(). |
|
Implemented in cosyProcess. Referenced by ProcessImpl::execute(). |
|
Implemented in cosyProcess. |
|
Definition at line 28 of file rteprocess.h. Referenced by api(), rteProcess(), and ~rteProcess(). |