|
EXAM Pipeline Reference Manual
0.1.0
|
Functions | |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
| Build the list of available plugins, for this module. More... | |
See recipe description for details.
| int cpl_plugin_get_info | ( | cpl_pluginlist * | list | ) |
Build the list of available plugins, for this module.
| list | The plugin list |
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.
| list | the plugin list |
Create the recipe instance and make it available to the application using the interface.
Definition at line 103 of file exam_flat.c.
1.8.6