#include <scheduler.h>

Public Member Functions | |
| TaskAlways (modules::Module *module, std::string const &name="", std::string const &desc="") | |
| Constructor. | |
| virtual bool | poll () |
| Always returns true. | |
| scheduler::TaskAlways::TaskAlways | ( | modules::Module * | module, | |
| std::string const & | name = "", |
|||
| std::string const & | desc = "" | |||
| ) | [inline] |
Constructor.
| [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. |
1.5.3