|
IIINSTRUMENT Pipeline Reference Manual
0.1.14
|
Functions | |
| const char * | iiinstrument_get_license (void) |
| Get the pipeline copyright and license. More... | |
| cpl_error_code | iiinstrument_check_and_set_groups (cpl_frameset *frameset) |
| check the entries in the recipe and classify the frameset with the tags More... | |
Includes
| cpl_error_code iiinstrument_check_and_set_groups | ( | cpl_frameset * | frameset | ) |
check the entries in the recipe and classify the frameset with the tags
| frameset | input set of frames |
Definition at line 70 of file iiinstrument_utils.c.
References iiinstrument_dfs_set_groups().
| const char* iiinstrument_get_license | ( | void | ) |
Get the pipeline copyright and license.
The function returns a pointer to the statically allocated license string. This string should not be modified using the returned pointer.
Definition at line 54 of file iiinstrument_utils.c.