MOOS 0.2375
Public Member Functions | Protected Member Functions
CTimerTask Class Reference

#include <TimerTask.h>

Inheritance diagram for CTimerTask:
Inheritance graph
[legend]
Collaboration diagram for CTimerTask:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual bool SetParam (string sParam, string sVal)
virtual bool GetRegistrations (STRING_LIST &List)
bool OnNewMail (MOOSMSG_LIST &NewMail)
bool Run (CPathAction &DesiredAction)
virtual bool RegularMailDelivery (double dfTimeNow)
 CTimerTask ()
virtual ~CTimerTask ()

Protected Member Functions

virtual bool OnTimeOut ()

Detailed Description

Definition at line 44 of file TimerTask.h.


Constructor & Destructor Documentation

CTimerTask::CTimerTask ( )

Definition at line 44 of file TimerTask.cpp.

CTimerTask::~CTimerTask ( ) [virtual]

Definition at line 49 of file TimerTask.cpp.


Member Function Documentation

bool CTimerTask::GetRegistrations ( STRING_LIST List) [virtual]

Reimplemented from CMOOSBehaviour.

Definition at line 77 of file TimerTask.cpp.

bool CTimerTask::OnNewMail ( MOOSMSG_LIST NewMail) [virtual]

Reimplemented from CMOOSBehaviour.

Definition at line 67 of file TimerTask.cpp.

bool CTimerTask::OnTimeOut ( ) [protected, virtual]

Reimplemented from CMOOSBehaviour.

Reimplemented in COverallTimeOut.

Definition at line 101 of file TimerTask.cpp.

bool CTimerTask::RegularMailDelivery ( double  dfTimeNow) [virtual]

Implements CMOOSBehaviour.

Reimplemented in COverallTimeOut.

Definition at line 55 of file TimerTask.cpp.

bool CTimerTask::Run ( CPathAction DesiredAction) [virtual]

Reimplemented from CMOOSBehaviour.

Reimplemented in COverallTimeOut.

Definition at line 62 of file TimerTask.cpp.

bool CTimerTask::SetParam ( string  sParam,
string  sVal 
) [virtual]

Reimplemented from CMOOSBehaviour.

Reimplemented in COverallTimeOut.

Definition at line 86 of file TimerTask.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines