Main Page   Modules   Alphabetical List   Compound List   Compound Members  

Recipes

Recipe plugin interface definition. More...

Compounds

struct  _cpl_recipe_
 The type representation of the recipe plugin interface. More...


Typedefs

typedef _cpl_recipe_ cpl_recipe
 The recipe plugin data type. More...


Detailed Description

Recipe plugin interface definition.

This defines the interface in order to implement recipes as Pluggable Data Reduction Modules (PDRMs). It extends the generic plugin interface with a parameter list and a frame set containing the recipe's setup information (parameters to run with) and the data frames to process.

This interface is constructed in such a way, that a pointer to an object of type cpl_recipe can be cast into a pointer to cpl_plugin (see Plugin Interface).

Synopsis:
   #include <cpl_recipe.h>

Typedef Documentation

typedef struct _cpl_recipe_ cpl_recipe
 

The recipe plugin data type.


Generated on Mon May 24 14:58:06 2004 for Common Pipeline Library Reference Manual by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002