28 virtual int FindModuleProcessorIndex(std::string strModuleName);
36 virtual void CreateModuleProcessor(std::string strModuleName);
37 virtual void RemoveModuleProcessor(std::string strModuleName);
39 virtual void StartThread();
40 virtual void EndThread();
42 virtual void StepSimulation();
Root namespace for the base simulation library for AnimatLab.
Handles processing of a single thread of the simulation.
CStdArray< ModuleThreadProcessor * > m_aryModules
An Array of module thread processors that will be run within this thread.