#include <MultiThreadSimEngine.h>
Public Member Functions | |
SimEngineResetJob (SingleThreadSimEngine *eng) | |
Constructs a SimEngineReset job. | |
virtual void | start () |
Starts the execution of the job. This is invoked by the thread object. | |
Protected Attributes | |
SingleThreadSimEngine * | eng |
Definition at line 38 of file MultiThreadSimEngine.h.
SimEngineResetJob::SimEngineResetJob | ( | SingleThreadSimEngine * | eng | ) |
Constructs a SimEngineReset job.
eng | the SingleThreadSimEngine which is reset when the job starts. |
Definition at line 22 of file MultiThreadSimEngine.cpp.
void SimEngineResetJob::start | ( | ) | [virtual] |
Starts the execution of the job. This is invoked by the thread object.
Implements ThreadPoolJob.
Definition at line 27 of file MultiThreadSimEngine.cpp.
References eng, and SingleThreadSimEngine::reset().
SingleThreadSimEngine* SimEngineResetJob::eng [protected] |