EXAM Pipeline Reference Manual  0.1.0
Functions
exam_recipe Recipe

Functions

int cpl_plugin_get_info (cpl_pluginlist *list)
 Build the list of available plugins, for this module. More...
 

Detailed Description

See recipe description for details.

Function Documentation

int cpl_plugin_get_info ( cpl_pluginlist *  list)

Build the list of available plugins, for this module.

Parameters
listThe plugin list
Returns
This function must returns 0 on success and 1 otherwise.

Create the recipe instance and make it available to the application using the interface. This function is the only visible function in this recipes dynamically loaded library. This symbol is looked up and executed by the application to prepare the recipe module for its execution.

Parameters
listthe plugin list
Returns
0 if everything is ok, 1 otherwise
Note
Only this function is exported

Create the recipe instance and make it available to the application using the interface.

Definition at line 103 of file exam_flat.c.