# 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:

NLAIAGENT::CAgentWatchTimer NLAIAGENT::CAgentScript NLAIAGENT::IAgentManager NLAIAGENT::IAgent NLAIAGENT::IAgentComposite 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

 CAgentClockTimer ()
 CAgentClockTimer (IAgentManager *)
 CAgentClockTimer (IAgentManager *, IBasicAgent *, std::list< IObjectIA * > &, NLAISCRIPT::CAgentClass *)
 CAgentClockTimer (const CAgentClockTimer &)
virtual ~CAgentClockTimer ()
virtual void setClock (uint c)
virtual sint getClock () const
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

sint _TimeCount

Constructor & Destructor Documentation

NLAIAGENT::CAgentClockTimer::CAgentClockTimer  
 

Definition at line 595 of file agent_timer.cpp.

Referenced by clone, initClass, and newInstance.

NLAIAGENT::CAgentClockTimer::CAgentClockTimer IAgentManager  
 

Definition at line 599 of file agent_timer.cpp.

NLAIAGENT::CAgentClockTimer::CAgentClockTimer IAgentManager  ,
IBasicAgent  ,
std::list< IObjectIA * > &   ,
NLAISCRIPT::CAgentClass  
 

Definition at line 603 of file agent_timer.cpp.

References v.

NLAIAGENT::CAgentClockTimer::CAgentClockTimer const CAgentClockTimer &   
 

Definition at line 608 of file agent_timer.cpp.

References t.

NLAIAGENT::CAgentClockTimer::~CAgentClockTimer   [virtual]
 

Definition at line 612 of file agent_timer.cpp.


Member Function Documentation

const NLAIC::IBasicType * NLAIAGENT::CAgentClockTimer::clone   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 616 of file agent_timer.cpp.

References CAgentClockTimer.

virtual sint NLAIAGENT::CAgentClockTimer::getClock   const [inline, virtual]
 

Reimplemented from NLAIAGENT::CAgentWatchTimer.

Definition at line 253 of file agent_timer.h.

References _TimeCount.

const NLAIC::CIdentType & NLAIAGENT::CAgentClockTimer::getType   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 626 of file agent_timer.cpp.

References IdAgentClockTimer.

void NLAIAGENT::CAgentClockTimer::initClass   [static]
 

Reimplemented from NLAIAGENT::CAgentWatchTimer.

Definition at line 654 of file agent_timer.cpp.

References CAgentClockTimer, NLAIC::CTypeOfOperator::opNone, and NLAIC::CTypeOfObject::tAgent.

const NLAIC::IBasicType * NLAIAGENT::CAgentClockTimer::newInstance   const [virtual]
 

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

Reimplemented from NLAIAGENT::CAgentWatchTimer.

Definition at line 621 of file agent_timer.cpp.

References CAgentClockTimer.

void NLAIAGENT::CAgentClockTimer::releaseClass   [static]
 

Reimplemented from NLAIAGENT::CAgentWatchTimer.

Definition at line 662 of file agent_timer.cpp.

IObjectIA::CProcessResult NLAIAGENT::CAgentClockTimer::runActivity   [virtual]
 

Mailer do'nt have own activity.

Reimplemented from NLAIAGENT::CAgentWatchTimer.

Definition at line 631 of file agent_timer.cpp.

References NLAIAGENT::CAgentWatchTimer::_Clock, NLAIAGENT::CAgentWatchTimer::_DTime, _TimeCount, NLMISC::CTime::getLocalTime, NLAIAGENT::IBasicAgent::getState, and NLAIAGENT::CAgentWatchTimer::tellBroker.

void NLAIAGENT::CAgentClockTimer::setClock uint    c [virtual]
 

Reimplemented from NLAIAGENT::CAgentWatchTimer.

Definition at line 647 of file agent_timer.cpp.

References _TimeCount.


Member Data Documentation

sint NLAIAGENT::CAgentClockTimer::_TimeCount [private]
 

Definition at line 243 of file agent_timer.h.

Referenced by getClock, runActivity, and setClock.

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

Definition at line 593 of file agent_timer.cpp.

Referenced by getType.


The documentation for this class was generated from the following files: