MOOS 0.2375
|
#include <TimerTask.h>
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 () |
Definition at line 44 of file TimerTask.h.
CTimerTask::CTimerTask | ( | ) |
Definition at line 44 of file TimerTask.cpp.
CTimerTask::~CTimerTask | ( | ) | [virtual] |
Definition at line 49 of file TimerTask.cpp.
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.