|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIAGENT::CAgentManagerTimer Class Reference#include <agent_timer.h>
Inheritance diagram for NLAIAGENT::CAgentManagerTimer:
List of all members.
Constructor & Destructor Documentation
NLAIAGENT::CAgentManagerTimer::CAgentManagerTimer |
( |
const CAgentManagerTimer & |
|
) |
|
|
NLAIAGENT::CAgentManagerTimer::CAgentManagerTimer |
( |
IAgentManager * |
|
) |
|
|
NLAIAGENT::CAgentManagerTimer::~CAgentManagerTimer |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NLAIAGENT::CAgentManagerTimer::getDebugString |
( |
std::string & |
t |
) |
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::CAgentScript.
Definition at line 73 of file agent_timer.cpp.
References IdAgentTimer. |
virtual bool NLAIAGENT::CAgentManagerTimer::haveActivity |
( |
|
) |
const [inline, virtual] |
|
void NLAIAGENT::CAgentManagerTimer::initClass |
( |
|
) |
[static] |
|
void NLAIAGENT::CAgentManagerTimer::load |
( |
NLMISC::IStream & |
is |
) |
[virtual] |
|
const NLAIC::IBasicType * NLAIAGENT::CAgentManagerTimer::newInstance |
( |
|
) |
const [virtual] |
|
void NLAIAGENT::CAgentManagerTimer::releaseClass |
( |
|
) |
[static] |
|
void NLAIAGENT::CAgentManagerTimer::save |
( |
NLMISC::IStream & |
os |
) |
[virtual] |
|
Member Data Documentation
uint NLAIAGENT::CAgentManagerTimer::_Time [private]
|
|
const int NLAIAGENT::CAgentManagerTimer::ClockTick = 40 [static]
|
|
const NLAIC::CIdentType * NLAIAGENT::CAgentManagerTimer::IdAgentTimer = NULL [static]
|
|
bool NLAIAGENT::CAgentManagerTimer::IsRunning = false [static]
|
|
NLMISC::CSynchronized< CAgentScript * > * NLAIAGENT::CAgentManagerTimer::TimerManager = NULL [static]
|
|
NLMISC::IThread * NLAIAGENT::CAgentManagerTimer::TimerManagerRun = NULL [static]
|
|
The documentation for this class was generated from the following files:
|
|