| Common Pipeline Library Reference Manual
    6.6.1
    | 
Recipe plugin interface definition. More...
| Classes | |
| struct | _cpl_recipe_ | 
| The type representation of the recipe plugin interface.  More... | |
| Typedefs | |
| typedef struct _cpl_recipe_ | cpl_recipe | 
| The recipe plugin data type.  More... | |
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).
| typedef struct _cpl_recipe_ cpl_recipe | 
The recipe plugin data type.
 1.8.9.1
 1.8.9.1