scheduler::TaskAlways Class Reference

Task class whose poll() function always yields true.

#include <scheduler.h>

Inheritance diagram for scheduler::TaskAlways:

scheduler::Task

List of all members.

Public Member Functions

 TaskAlways (modules::Module *module, std::string const &name="", std::string const &desc="")
 Constructor.
virtual bool poll ()
 Always returns true.


Constructor & Destructor Documentation

scheduler::TaskAlways::TaskAlways ( modules::Module module,
std::string const &  name = "",
std::string const &  desc = "" 
) [inline]

Constructor.

Parameters:
[in] module The module this task belongs to.
[in] name The name of the task, used by some functions who act on tasks by name. Set that if you don't intend to override the name() function.
[in] desc An arbitrary description of the task. Set that if you don't intend to * override the description() function.


The documentation for this class was generated from the following file:
Generated on Fri Apr 18 22:03:29 2008 for Epona API by  doxygen 1.5.3