IOThreadUpdateTask class. More...
#include <IOThreadUpdateTask.hpp>
Public Member Functions | |
void | cancelRepeat () |
Time | getScheduledTime () |
Scheduled time getter. | |
bool | hasRepeatScheduling () |
void | incrementScheduledTimeForRepeat () |
IOThreadUpdateTask (IOThread *ioThread, int frequency) | |
Constructor. | |
bool | isOkToRun () |
virtual void | run () |
Main method of the task. | |
virtual | ~IOThreadUpdateTask () |
Destructor. |
IOThreadUpdateTask class.
The task to run the IOThread main loop
Definition at line 46 of file IOThreadUpdateTask.hpp.
IOThreadUpdateTask::IOThreadUpdateTask | ( | IOThread * | ioThread, | |
int | frequency | |||
) |
Constructor.
Definition at line 35 of file IOThreadUpdateTask.cpp.
IOThreadUpdateTask::~IOThreadUpdateTask | ( | ) | [virtual] |
Destructor.
Definition at line 30 of file IOThreadUpdateTask.cpp.
Time Task::getScheduledTime | ( | ) | [inherited] |
void IOThreadUpdateTask::run | ( | ) | [virtual] |
Main method of the task.
Reimplemented from mermaid::support::activeobject::Task.
Definition at line 40 of file IOThreadUpdateTask.cpp.