FORS Pipeline Reference Manual
4.12.5
|
Functions | |
int | cpl_plugin_get_info (cpl_pluginlist *list) |
Build the list of available plugins, for this module. More... | |
static int | fors_zeropoint_create (cpl_plugin *plugin) |
Setup the recipe options. More... | |
static int | fors_zeropoint_exec (cpl_plugin *plugin) |
Execute the plugin instance given by the interface. More... | |
static int | fors_zeropoint_destroy (cpl_plugin *plugin) |
Destroy what has been created by the 'create' function. 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 |
Create the recipe instance and make it available to the application using the interface. This function is exported.
Definition at line 62 of file fors_zeropoint.c.
References fors_get_license(), fors_get_version_binary(), fors_zeropoint_create(), fors_zeropoint_destroy(), and fors_zeropoint_exec().
|
static |
Setup the recipe options.
plugin | The plugin |
Defining the command-line/configuration parameters for the recipe.
Definition at line 109 of file fors_zeropoint.c.
Referenced by cpl_plugin_get_info().
|
static |
Execute the plugin instance given by the interface.
plugin | the plugin |
Definition at line 158 of file fors_zeropoint.c.
References fors_begin(), and fors_end().
Referenced by cpl_plugin_get_info().
|
static |
Destroy what has been created by the 'create' function.
plugin | The plugin |
Definition at line 207 of file fors_zeropoint.c.
Referenced by cpl_plugin_get_info().