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