2 #include "IMovableItemCallback.h"
3 #include "ISimGUICallback.h"
4 #include "IMotorizedJoint.h"
9 #include "IPhysicsMovableItem.h"
10 #include "IPhysicsBody.h"
12 #include "MovableItem.h"
34 #include "ScriptProcessor.h"
39 std::string g_strLastScriptError;
40 boost::mutex g_mtiScriptErrorLock;
43 void SetLastScriptError(std::string strError)
45 boost::unique_lock<boost::mutex> scriptLock(g_mtiScriptErrorLock);
46 g_strLastScriptError = strError;
49 std::string GetLastScriptError()
51 return g_strLastScriptError;
54 ScriptProcessor::ScriptProcessor(
void)
58 ScriptProcessor::~ScriptProcessor(
void)
64 {
Std_TraceMsg(0,
"Caught Error in desctructor of ScriptProcessor\r\n",
"", -1,
false,
true);}
Base class file for all Animat simulation objects.
Declares the nervous system class.
Declares the simulation recorder class.
Root namespace for the base simulation library for AnimatLab.
Declares the body part class.
Declares the link base class.
Declares the key frame class.
Declares the joint class.
Declares the organism class.
Declares the activated item class.
Declares a light manager object.
Declares the bounding box class.
void Std_TraceMsg(const int iLevel, std::string strMessage, std::string strSourceFile, int iSourceLine, bool bLogToFile, bool bPrintHeader)
Traces a message to the debugger window.
Declares the data chart manager class.
Declares the rigid body class.
Declares the structure class.
Declares the odor type class.
Declares the simulator class.
Declares the neural module class.
Declares the activated item manager class.
Declares the external stimuli manager class.
Declares the receptive field class.