Functions | |
int | vircam_dfs_set_groups (cpl_frameset *set) |
void | vircam_dfs_set_product_primary_header (cpl_propertylist *plist, cpl_frame *frame, cpl_frameset *frameset, cpl_parameterlist *parlist, char *recipeid, const char *dict) |
void | vircam_dfs_set_product_exten_header (cpl_propertylist *plist, cpl_frame *frame, cpl_frameset *frameset, cpl_parameterlist *parlist, char *recipeid, const char *dict) |
int vircam_dfs_set_groups | ( | cpl_frameset * | set | ) |
set | The input frameset |
VIR_OK | If everything is ok | |
VIR_FATAL | If NULL frameset |
Definition at line 81 of file vircam_dfs.c.
void vircam_dfs_set_product_exten_header | ( | cpl_propertylist * | plist, | |
cpl_frame * | frame, | |||
cpl_frameset * | frameset, | |||
cpl_parameterlist * | parlist, | |||
char * | recipeid, | |||
const char * | dict | |||
) |
plist | The propertylist to which the keywords should be appended | |
frame | The output product frame | |
frameset | The input recipe frameset | |
parlist | The parameter list of the input recipe | |
recipeid | The name of the input recipe | |
dict | The dictionary ID |
Definition at line 247 of file vircam_dfs.c.
Referenced by vircam_jmp_save_simple(), vircam_jmp_save_stack(), and vircam_jmp_save_super().
void vircam_dfs_set_product_primary_header | ( | cpl_propertylist * | plist, | |
cpl_frame * | frame, | |||
cpl_frameset * | frameset, | |||
cpl_parameterlist * | parlist, | |||
char * | recipeid, | |||
const char * | dict | |||
) |
plist | The propertylist to which the keywords should be appended | |
frame | The output product frame | |
frameset | The input recipe frameset | |
parlist | The parameter list of the input recipe | |
recipeid | The name of the input recipe | |
dict | The dictionary ID |
Definition at line 182 of file vircam_dfs.c.
Referenced by vircam_jmp_save_simple(), vircam_jmp_save_stack(), and vircam_jmp_save_super().