#include <libastrog_task.h>
Inheritance diagram for astrog::Task:
Tasks are the lowest level of abstraction of the Astrog library. A task should have as simple role as possible, but still complete some job conceptually. For more complex jobs, tasks should be joined together to form routines.
Tasks should not call other tasks, a routine should be created that calls multiple tasks.
A task should be as general as possible and be very configurable via passed input parameters.
Definition at line 51 of file libastrog_task.h.