#include <sp_pexecutor.h>
Inheritance diagram for faudes::ParallelExecutor::ParallelTimedState:
Definition at line 75 of file sp_pexecutor.h.
Public Attributes | |
ParallelState | State |
ParallelClock | Clock |
Protected Member Functions | |
virtual void | DoRead (TokenReader &rTr, const std::string &rLabel="", const Type *pContext=0) |
Read configuration data of this object from TokenReader. | |
virtual void | DoWrite (TokenWriter &rTw, const std::string &rLabel="", const Type *pContext=0) const |
Write configuration data of this object to TokenWriter. |
|
Read configuration data of this object from TokenReader. Reimplement this method in derived classes to provide the std token io interface defined in the public section of Type.
Reimplemented from faudes::Type. Definition at line 564 of file sp_pexecutor.cpp. |
|
Write configuration data of this object to TokenWriter. Reimplement this method in derived classes to provide the std token io interface defined in the public section of Type.
Reimplemented from faudes::Type. Definition at line 515 of file sp_pexecutor.cpp. |
|
Definition at line 78 of file sp_pexecutor.h. |
|
Definition at line 77 of file sp_pexecutor.h. |