From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03974.html | 192 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 docs/doxygen/nel/a03974.html (limited to 'docs/doxygen/nel/a03974.html') diff --git a/docs/doxygen/nel/a03974.html b/docs/doxygen/nel/a03974.html new file mode 100644 index 00000000..670da502 --- /dev/null +++ b/docs/doxygen/nel/a03974.html @@ -0,0 +1,192 @@ + + +NeL: agent_init.cpp File Reference + + + +
+

agent_init.cpp File Reference


Detailed Description

+
Id
agent_init.cpp,v 1.15 2003/01/23 15:41:08 chafik Exp
+ +

+Definition in file agent_init.cpp. +

+#include "nel/ai/script/compilateur.h"
+#include "nel/ai/agent/agent.h"
+#include "nel/ai/agent/agent_script.h"
+#include "nel/ai/agent/message_script.h"
+#include "nel/ai/logic/operator_script.h"
+#include "nel/ai/logic/interpret_object_operator.h"
+#include "nel/ai/script/interpret_object_manager.h"
+#include "nel/ai/script/interpret_object_message.h"
+#include "nel/ai/script/interpret_message_action.h"
+#include "nel/ai/agent/main_agent_script.h"
+#include "nel/ai/agent/agent_digital.h"
+#include "nel/ai/agent/msg_group.h"
+#include "nel/ai/agent/agent_local_mailer.h"
+#include "nel/ai/agent/agent_proxy_mailer.h"
+#include "nel/ai/logic/logic.h"
+#include "nel/ai/fuzzy/fuzzy.h"
+#include "nel/ai/fuzzy/fuzzy_script.h"
+#include "nel/ai/agent/actor.h"
+#include "nel/ai/agent/actor_script.h"
+#include "nel/ai/script/interpret_actor.h"
+#include "nel/ai/agent/performative.h"
+#include "nel/ai/agent/object_ident.h"
+#include "nel/ai/c/registry_class.h"
+#include "nel/ai/agent/msg_notify.h"
+#include "nel/ai/agent/msg_goal.h"
+#include "nel/ai/agent/msg_fact.h"
+#include "nel/ai/agent/msg_action.h"
+#include "nel/ai/agent/msg_on_change.h"
+#include "nel/ai/character/character.h"
+ +

+Go to the source code of this file. + + + + + + + + + + + +

Namespaces

namespace  NLAIE

Functions

void registerLibClass ()
void staticInitAgent ()
void staticReleaseLibClass ()
+


Function Documentation

+

+ + + + +
+ + + + + + + + + +
void registerLibClass  ) 
+
+ + + + + +
+   + + +

+ +

+Definition at line 79 of file agent_init.cpp. +

+Referenced by NLAILINK::initIALib(). +

+

00080 {       
+00081 }
+
+

+ + + + +
+ + + + + + + + + +
void staticInitAgent  ) 
+
+ + + + + +
+   + + +

+ +

+Definition at line 61 of file agent_init.cpp. +

+References staticAgent. +

+Referenced by NLAILINK::initIALib(). +

+

00062 {
+00063         CObjectIdent::IdObjectIdent = new NLAIC::CIdentType("ObjectIdent",NLAIC::CSelfClassFactory(CObjectIdent("0:0:0")),
+00064                                                                                                                 NLAIC::CTypeOfObject(NLAIC::CTypeOfObject::tObject),
+00065                                                                                                                 NLAIC::CTypeOfOperator(NLAIC::CTypeOfOperator::opNone));
+00066 
+00067         const IAgent staticAgent(NULL);
+00068         CLocWordNumRef::IdLocWordNumRef = new NLAIC::CIdentType("LocWordNumRef",NLAIC::CSelfClassFactory((const NLAIC::IBasicInterface &)staticAgent),
+00069                                                                                                                                                         NLAIC::CTypeOfObject(NLAIC::CTypeOfObject::tObject),
+00070                                                                                                                                                         NLAIC::CTypeOfOperator(NLAIC::CTypeOfOperator::opNone));
+00071 
+00072         IAgent::IdAgent = new NLAIC::CIdentType("GenericAgent", NLAIC::CSelfClassFactory((const NLAIC::IBasicInterface &)staticAgent), 
+00073                                                                                                                         NLAIC::CTypeOfObject(NLAIC::CTypeOfObject::tAgent),
+00074                                                                                                                         NLAIC::CTypeOfOperator(NLAIC::CTypeOfOperator::opNone));
+00075         
+00076         
+00077 }
+
+

+ + + + +
+ + + + + + + + + +
void staticReleaseLibClass  ) 
+
+ + + + + +
+   + + +

+ +

+Definition at line 83 of file agent_init.cpp. +

+Referenced by NLAILINK::releaseIALib(). +

+

00084 {       
+00085         delete IAgent::IdAgent;
+00086         delete CObjectIdent::IdObjectIdent;
+00087         delete CLocWordNumRef::IdLocWordNumRef; 
+00088 }
+
+


Generated on Tue Mar 16 06:42:16 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1