18 this->m_task_table[i] = 0;
26 this->m_task_table[m_index] = task;
34 found = found | (task == this->m_task_table[i]);
41 this->m_task_table[i] = this->m_task_table[i+1];
45 this->m_task_table[i] =
nullptr;
62 if (m_task_table[i] ==
nullptr) {
C++-compatible configuration header for fprime configuration.
#define TASK_REGISTRY_CAP
bool m_enabled
Save the priority.
Task::taskRoutine m_routine
Argument input pointer.
bool isStarted()
check to see if task is started
static void registerTaskRegistry(TaskRegistry *registry)
POINTER_CAST getRawHandle()
void removeTask(Task *task)
TaskRunner()
< Nothing constructor