astrog::Task Class Reference

#include <libastrog_task.h>

Inheritance diagram for astrog::Task:

astrog::TaskHelloWorld

Detailed Description

Parent class for tasks.

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.


The documentation for this class was generated from the following file:
Generated on Mon Mar 26 11:01:02 2007 for Astrog by doxygen 1.4.6 and hosted by SourceForge.net Logo