Functions | |
| int | cpl_plugin_get_info (cpl_pluginlist *list) |
| Build the list of available plugins, for this module. | |
| static int | fors_recipe_create (cpl_plugin *plugin) |
| Setup the recipe options. | |
| static int | fors_recipe_exec (cpl_plugin *plugin) |
| Execute the plugin instance given by the interface. | |
| static int | fors_recipe_destroy (cpl_plugin *plugin) |
| Destroy what has been created by the 'create' function. | |
|
|
Build the list of available plugins, for this module.
Definition at line 62 of file fors_recipe.c. References fors_get_version_binary(), fors_license, fors_recipe_create(), fors_recipe_destroy(), and fors_recipe_exec(). |
|
|
Setup the recipe options.
Definition at line 109 of file fors_recipe.c. Referenced by cpl_plugin_get_info(). |
|
|
Execute the plugin instance given by the interface.
Definition at line 158 of file fors_recipe.c. References fors_begin(), and fors_end(). Referenced by cpl_plugin_get_info(). |
|
|
Destroy what has been created by the 'create' function.
Definition at line 209 of file fors_recipe.c. Referenced by cpl_plugin_get_info(). |
1.4.6