From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/class_NLAIAGENT__CAgentTimerHandle.html | 681 +++++++++++++++++++++ 1 file changed, 681 insertions(+) create mode 100644 docs/doxygen/nel/class_NLAIAGENT__CAgentTimerHandle.html (limited to 'docs/doxygen/nel/class_NLAIAGENT__CAgentTimerHandle.html') diff --git a/docs/doxygen/nel/class_NLAIAGENT__CAgentTimerHandle.html b/docs/doxygen/nel/class_NLAIAGENT__CAgentTimerHandle.html new file mode 100644 index 00000000..c45dc555 --- /dev/null +++ b/docs/doxygen/nel/class_NLAIAGENT__CAgentTimerHandle.html @@ -0,0 +1,681 @@ + + + + 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::CAgentTimerHandle Class Reference

#include <agent_timer.h> +

+Inheritance diagram for NLAIAGENT::CAgentTimerHandle

Inheritance graph
+ + + + + + + + + +
[legend]
Collaboration diagram for NLAIAGENT::CAgentTimerHandle:

Collaboration graph
+ + + + + +
[legend]
List of all members. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Methods

 CAgentTimerHandle ()
 CAgentTimerHandle (CAgentWatchTimer *)
 CAgentTimerHandle (const CAgentTimerHandle &)
virtual ~CAgentTimerHandle ()
virtual const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

virtual const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

virtual void getDebugString (char *t) const
 This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. More...

virtual void save (NLMISC::IStream &os)
 Save the class in a stream. More...

virtual void load (NLMISC::IStream &is)
 Load the class from a stream. More...

virtual const NLAIAGENT::IObjectIA::CProcessResultrun ()
 Some where Run method define the process of the agen. More...

virtual bool isEqual (const NLAIAGENT::IBasicObjectIA &a) const
virtual IObjectIA::CProcessResult sendMessage (IObjectIA *m)
 The method sendMessage(const IObjectIA &msg) allow us to achive a message defined in msg. More...


Static Public Methods

void initClass ()
void releaseClass ()

Static Public Attributes

const NLAIC::CIdentTypeIdAgentTimerHandle = NULL

Private Attributes

CAgentWatchTimer_Timer
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLAIAGENT::CAgentTimerHandle::CAgentTimerHandle ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 569 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::CAgentTimerHandle::CAgentTimerHandle ( + +CAgentWatchTimer * t ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 573 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::CAgentTimerHandle::CAgentTimerHandle ( + +const CAgentTimerHandle & t ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 579 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::CAgentTimerHandle::~CAgentTimerHandle ( + +) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 585 of file agent_timer.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAIAGENT::CAgentTimerHandle::clone ( + +void ) const [virtual] +
+
+ + + + + +
+   + + +

+This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. +

+ +

+Reimplemented from NLAIC::IBasicType. +

+Definition at line 611 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+void NLAIAGENT::CAgentTimerHandle::getDebugString ( + +char * t ) const [virtual] +
+
+ + + + + +
+   + + +

+This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. +

+ +

+Reimplemented from NLAIC::IBasicType. +

+Definition at line 606 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIC::CIdentType & NLAIAGENT::CAgentTimerHandle::getType ( + +void ) const [virtual] +
+
+ + + + + +
+   + + +

+getType return a unique string how represente the class, it can be the name of the class. +

+This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry). +

+Reimplemented from NLAIC::IBasicType. +

+Definition at line 627 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+void NLAIAGENT::CAgentTimerHandle::initClass ( + +) [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 644 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+bool NLAIAGENT::CAgentTimerHandle::isEqual ( + +const NLAIAGENT::IBasicObjectIA & a ) const [virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 621 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+void NLAIAGENT::CAgentTimerHandle::load ( + +NLMISC::IStream & is ) [virtual] +
+
+ + + + + +
+   + + +

+Load the class from a stream. +

+ +

+Reimplemented from NLAIC::IBasicInterface. +

+Definition at line 642 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAIAGENT::CAgentTimerHandle::newInstance ( + +void ) const [virtual] +
+
+ + + + + +
+   + + +

+This function allow a new instance, that mean that the class is a class factory. +

+ +

+Reimplemented from NLAIC::IBasicType. +

+Definition at line 616 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+void NLAIAGENT::CAgentTimerHandle::releaseClass ( + +) [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 652 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIAGENT::IObjectIA::CProcessResult & NLAIAGENT::CAgentTimerHandle::run ( + +void ) [inline, virtual] +
+
+ + + + + +
+   + + +

+Some where Run method define the process of the agen. +

+ +

+Reimplemented from NLAIAGENT::IObjectIA. +

+Definition at line 282 of file agent_timer.h.

+

+ + + + +
+ + + + + + +
+void NLAIAGENT::CAgentTimerHandle::save ( + +NLMISC::IStream & os ) [virtual] +
+
+ + + + + +
+   + + +

+Save the class in a stream. +

+ +

+Reimplemented from NLAIC::IBasicInterface. +

+Definition at line 641 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+IObjectIA::CProcessResult NLAIAGENT::CAgentTimerHandle::sendMessage ( + +IObjectIA * m ) [virtual] +
+
+ + + + + +
+   + + +

+The method sendMessage(const IObjectIA &msg) allow us to achive a message defined in msg. +

+ +

+Reimplemented from NLAIAGENT::IObjectIA. +

+Definition at line 632 of file agent_timer.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+const NLAIC::CIdentType * NLAIAGENT::CAgentTimerHandle::IdAgentTimerHandle = NULL [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 567 of file agent_timer.cpp.

+

+ + + + +
+ + + + + +
+CAgentWatchTimer * NLAIAGENT::CAgentTimerHandle::_Timer [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 267 of file agent_timer.h.

+


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