AnimatLab
2
Test
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
ModuleThreadProcessor.h
Go to the documentation of this file.
1
7
#pragma once
8
9
namespace
AnimatSim
10
{
23
class
ANIMAT_PORT
ModuleThreadProcessor
:
public
AnimatBase
24
{
25
protected
:
26
27
public
:
28
ModuleThreadProcessor
(std::string strModuleName);
29
virtual
~
ModuleThreadProcessor
();
30
31
static
ModuleThreadProcessor
*CastToDerived(
AnimatBase
*lpBase) {
return
static_cast<
ModuleThreadProcessor
*
>
(lpBase);}
32
33
virtual
void
StepSimulation();
34
virtual
void
StepAdapters();
35
};
36
37
}
//AnimatSim
AnimatSim
Root namespace for the base simulation library for AnimatLab.
Definition:
ActivatedItem.cpp:37
AnimatSim::ModuleThreadProcessor
Handles processing of a single module within a thread of the simulation.
Definition:
ModuleThreadProcessor.h:23
AnimatSim::AnimatBase
Animat base class.
Definition:
AnimatBase.h:36
Libraries
AnimatSim
ModuleThreadProcessor.h
Generated on Tue Sep 29 2015 07:07:16 for AnimatLab by
1.8.10