#include <SSimStepLog.h>
Inherits SLogger.
Inheritance diagram for SSimStepLog:

Public Methods | |
| SSimStepLog (int i, STaskSystem &ts, bool registerAsObserver=true) | |
| SSimStepLog (STaskSystem &ts, bool registerAsObserver=true) | |
| virtual | ~SSimStepLog () |
| virtual void | feedEvent (const SEvent &event) |
| void | clear () |
| const SSchedActionList & | getActionList () |
| virtual void | update (const SEvent &event) |
|
||||||||||||||||
|
Contructor. The logger registers (if wanted) as observer of all parts of the tasksytem that send SCHEDEVENTs (except precedence relation).
|
|
||||||||||||
|
|
|
|
|
|
|
Clear the contents of the action list. |
|
|
Here the logger must be fed with events when it is a dependent logger.
Implements SLogger. |
|
|
Return the contents of the action list.
|
|
|
Here the logger receives events when it is a stand-alone logger
Implements SObserver. Reimplemented in SGanttLog. |
1.2.18