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/classNLAIAGENT_1_1CMsgWaiter.html | 382 +++++++++++++++++++++ 1 file changed, 382 insertions(+) create mode 100644 docs/doxygen/nel/classNLAIAGENT_1_1CMsgWaiter.html (limited to 'docs/doxygen/nel/classNLAIAGENT_1_1CMsgWaiter.html') diff --git a/docs/doxygen/nel/classNLAIAGENT_1_1CMsgWaiter.html b/docs/doxygen/nel/classNLAIAGENT_1_1CMsgWaiter.html new file mode 100644 index 00000000..3b50b4b6 --- /dev/null +++ b/docs/doxygen/nel/classNLAIAGENT_1_1CMsgWaiter.html @@ -0,0 +1,382 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLAIAGENT::CMsgWaiter Class Reference

#include <msg_waiter.h> +

+

Inheritance diagram for NLAIAGENT::CMsgWaiter: +

+ +NLAIAGENT::IBasicAgent +NLAIAGENT::IConnectIA +NLAIAGENT::IRefrence +NLAIAGENT::IObjectIA +NLAIAGENT::IBasicObjectIA +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + + + + + + + + + + +

Public Methods

 CMsgWaiter (const IWordNumRef *, IMessageBase::TPerformatif perf=IMessageBase::PTell, IBasicAgent *sender=NULL, sint32 timeout=DEFAULT_TIMEOUT)
virtual void processMessages ()
 The processMessages method, process the loop/Run message. More...

virtual const CProcessResult & run ()
 The work of an agent. More...

IObjectIAgetAnswer ()
virtual IObjectIArun (const IMessageBase &m)
 Run message is the message processing. More...


Private Attributes

IMessageBase::TPerformatif _Perf
IBasicAgent_Sender
sint32 _TimeOut
IObjectIA_Answer
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NLAIAGENT::CMsgWaiter::CMsgWaiter const IWordNumRef ,
IMessageBase::TPerformatif   perf = IMessageBase::PTell,
IBasicAgent  sender = NULL,
sint32   timeout = DEFAULT_TIMEOUT
+
+ + + + + +
+   + + +

+

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
IObjectIA* NLAIAGENT::CMsgWaiter::getAnswer  
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
virtual void NLAIAGENT::CMsgWaiter::processMessages   [virtual]
+
+ + + + + +
+   + + +

+The processMessages method, process the loop/Run message. +

+ +

+Implements NLAIAGENT::IBasicAgent.

+

+ + + + +
+ + + + + + + + + + +
virtual IObjectIA* NLAIAGENT::CMsgWaiter::run const IMessageBase  m [virtual]
+
+ + + + + +
+   + + +

+Run message is the message processing. +

+ +

+Reimplemented from NLAIAGENT::IBasicAgent.

+

+ + + + +
+ + + + + + + + + +
virtual const CProcessResult& NLAIAGENT::CMsgWaiter::run   [virtual]
+
+ + + + + +
+   + + +

+The work of an agent. +

+Typically agent process child message, process its message and run its activity. +

+Implements NLAIAGENT::IBasicAgent.

+


Member Data Documentation

+

+ + + + +
+ + +
IObjectIA* NLAIAGENT::CMsgWaiter::_Answer [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 43 of file msg_waiter.h.

+

+ + + + +
+ + +
IMessageBase::TPerformatif NLAIAGENT::CMsgWaiter::_Perf [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 40 of file msg_waiter.h.

+

+ + + + +
+ + +
IBasicAgent* NLAIAGENT::CMsgWaiter::_Sender [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 41 of file msg_waiter.h.

+

+ + + + +
+ + +
sint32 NLAIAGENT::CMsgWaiter::_TimeOut [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 42 of file msg_waiter.h.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1