#include <libastrog_routine.h>
Inheritance diagram for astrog::Routine:
Routines are the intermediary level of abstraction in the Astrog library. They group one or more basic tasks into a commonly used routine. They can input and output GPU related information, as they can be hidden from the end user by the pipelines. A routine can contain one or more basic tasks and should contain the majority of the configuration information.
Definition at line 45 of file libastrog_routine.h.