|
|
|
|
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:
List of all members.
Public Methods |
| CAgentTimerHandle () |
| CAgentTimerHandle (CAgentWatchTimer *) |
| CAgentTimerHandle (const CAgentTimerHandle &) |
virtual | ~CAgentTimerHandle () |
virtual const NLAIC::IBasicType * | clone () 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::IBasicType * | newInstance () const |
| This function allow a new instance, that mean that the class is a class factory. More...
|
virtual const NLAIC::CIdentType & | getType () const |
| getType return a unique string how represente the class, it can be the name of the class. More...
|
virtual void | getDebugString (std::string &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::CProcessResult & | run () |
| 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...
|
virtual sint32 | getMethodIndexSize () const |
| getMethodIndexSize define the nomber of method define in the class. More...
|
virtual tQueue | isMember (const IVarName *h, const IVarName *m, const IObjectIA &p) const |
| The method isMember(nameSubClass,methodName,param) return the best method correspondent to the search. More...
|
virtual CProcessResult | runMethodeMember (sint32 h, sint32 m, IObjectIA *p) |
| The methode runMethodeMember(sint32 heritance, sint32 index, IObjectIA *param) allow us to run a member method. More...
|
virtual CProcessResult | runMethodeMember (sint32 m, IObjectIA *p) |
| The methode runMethodeMember(sint32 index,IObjectIA *param) allow us to run a own member method. More...
|
Static Public Methods |
void | initClass () |
void | releaseClass () |
Static Public Attributes |
const NLAIC::CIdentType * | IdAgentTimerHandle = NULL |
Private Attributes |
CAgentWatchTimer * | _Timer |
Constructor & Destructor Documentation
NLAIAGENT::CAgentTimerHandle::CAgentTimerHandle |
( |
|
) |
|
|
NLAIAGENT::CAgentTimerHandle::CAgentTimerHandle |
( |
const CAgentTimerHandle & |
|
) |
|
|
NLAIAGENT::CAgentTimerHandle::~CAgentTimerHandle |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NLAIAGENT::CAgentTimerHandle::getDebugString |
( |
std::string & |
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.
Implements NLAIC::IBasicType.
Definition at line 715 of file agent_timer.cpp.
References _Timer, and t. |
sint32 NLAIAGENT::CAgentTimerHandle::getMethodIndexSize |
( |
|
) |
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).
Implements NLAIC::IBasicType.
Definition at line 736 of file agent_timer.cpp.
References IdAgentTimerHandle. |
void NLAIAGENT::CAgentTimerHandle::initClass |
( |
|
) |
[static] |
|
|
The method isMember(nameSubClass,methodName,param) return the best method correspondent to the search.
remember we use the overloadind method.
NameSubClass: if this pointer is not NULL then NameSubClass is the name of the base class were the method are defined.
methodName: is the name of the class.
param: is an IObjectIA where it defined the parametre of the method. lot of method use a IObjectIA vector object with an NLAIC::CIdentType as the the template argm.
Reimplemented from NLAIAGENT::IObjectIA.
Definition at line 767 of file agent_timer.cpp.
References _Timer, and NLAIAGENT::tQueue. |
const NLAIC::IBasicType * NLAIAGENT::CAgentTimerHandle::newInstance |
( |
|
) |
const [virtual] |
|
void NLAIAGENT::CAgentTimerHandle::releaseClass |
( |
|
) |
[static] |
|
|
The methode runMethodeMember(sint32 index,IObjectIA *param) allow us to run a own member method.
index: is the method id return by the isMember(const IVarName *,const IVarName *,const IObjectIA &) const method. param: is the parametre for the method.
Reimplemented from NLAIAGENT::IObjectIA.
Definition at line 784 of file agent_timer.cpp.
References _Timer. |
|
The methode runMethodeMember(sint32 heritance, sint32 index, IObjectIA *param) allow us to run a member method.
heritance: is the id returned by the methodisClassInheritedFrom(const IVarName &). index: is the method id return by the isMember(const IVarName *,const IVarName *,const IObjectIA &) const method. param: is the parametre for the method.
Reimplemented from NLAIAGENT::IObjectIA.
Definition at line 780 of file agent_timer.cpp. |
Member Data Documentation
const NLAIC::CIdentType * NLAIAGENT::CAgentTimerHandle::IdAgentTimerHandle = NULL [static]
|
|
The documentation for this class was generated from the following files:
|
|