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__CAgentClockTimer.html | 600 +++++++++++++++++++++ 1 file changed, 600 insertions(+) create mode 100644 docs/doxygen/nel/class_NLAIAGENT__CAgentClockTimer.html (limited to 'docs/doxygen/nel/class_NLAIAGENT__CAgentClockTimer.html') diff --git a/docs/doxygen/nel/class_NLAIAGENT__CAgentClockTimer.html b/docs/doxygen/nel/class_NLAIAGENT__CAgentClockTimer.html new file mode 100644 index 00000000..5883252d --- /dev/null +++ b/docs/doxygen/nel/class_NLAIAGENT__CAgentClockTimer.html @@ -0,0 +1,600 @@ + + + + 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::CAgentClockTimer Class Reference

#include <agent_timer.h> +

+Inheritance diagram for NLAIAGENT::CAgentClockTimer

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

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

Public Methods

 CAgentClockTimer ()
 CAgentClockTimer (IAgentManager *)
 CAgentClockTimer (IAgentManager *, IBasicAgent *, std::list<IObjectIA *> &, NLAISCRIPT::CAgentClass *)
 CAgentClockTimer (const CAgentClockTimer &)
virtual ~CAgentClockTimer ()
virtual void setClock (uint c)
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 IObjectIA::CProcessResult runActivity ()
 Mailer do'nt have own activity. More...


Static Public Methods

void initClass ()
void releaseClass ()

Static Public Attributes

const NLAIC::CIdentTypeIdAgentClockTimer = NULL

Private Attributes

int _TimeCount
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLAIAGENT::CAgentClockTimer::CAgentClockTimer ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 504 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::CAgentClockTimer::CAgentClockTimer ( + +IAgentManager * m ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 508 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + +
+NLAIAGENT::CAgentClockTimer::CAgentClockTimer ( + +IAgentManager * m, +
+IBasicAgent * a, +
+std::list< IObjectIA *>& v, +
+NLAISCRIPT::CAgentClass * c ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 512 of file agent_timer.cpp.

+

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

+ +

+Definition at line 517 of file agent_timer.cpp.

+

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

+ +

+Definition at line 521 of file agent_timer.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAIAGENT::CAgentClockTimer::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 NLAIAGENT::CAgentWatchTimer. +

+Definition at line 525 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIC::CIdentType & NLAIAGENT::CAgentClockTimer::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 NLAIAGENT::CAgentWatchTimer. +

+Definition at line 535 of file agent_timer.cpp.

+

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

+ +

+Reimplemented from NLAIAGENT::CAgentWatchTimer. +

+Definition at line 551 of file agent_timer.cpp.

+

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

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

+ +

+Reimplemented from NLAIAGENT::CAgentWatchTimer. +

+Definition at line 530 of file agent_timer.cpp.

+

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

+ +

+Reimplemented from NLAIAGENT::CAgentWatchTimer. +

+Definition at line 559 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+IObjectIA::CProcessResult NLAIAGENT::CAgentClockTimer::runActivity ( + +) [virtual] +
+
+ + + + + +
+   + + +

+Mailer do'nt have own activity. +

+ +

+Reimplemented from NLAIAGENT::CAgentWatchTimer. +

+Definition at line 540 of file agent_timer.cpp.

+

+ + + + +
+ + + + + + +
+void NLAIAGENT::CAgentClockTimer::setClock ( + +uint c ) [inline, virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAIAGENT::CAgentWatchTimer. +

+Definition at line 241 of file agent_timer.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+const NLAIC::CIdentType * NLAIAGENT::CAgentClockTimer::IdAgentClockTimer = NULL [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 502 of file agent_timer.cpp.

+

+ + + + +
+ + + + + +
+int NLAIAGENT::CAgentClockTimer::_TimeCount [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 233 of file agent_timer.h.

+


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