MUSE Pipeline Reference Manual  2.1.1
Data Fields
muse_processing Struct Reference

#include <muse_processing.h>

Data Fields

const char * name
 
cpl_array * intags
 
cpl_recipe * recipe
 
cpl_frameset * inframes
 
cpl_frameset * usedframes
 
cpl_frameset * outframes
 
cpl_parameterlist * parameters
 
muse_processing_framecountercounter
 

Detailed Description

Structure to define processing parameters.

Definition at line 45 of file muse_processing.h.

Field Documentation

muse_processing_framecounter* muse_processing::counter

Counter for output frames.

Definition at line 53 of file muse_processing.h.

Referenced by muse_processing_append_used(), muse_processing_delete(), and muse_processing_new().

cpl_frameset* muse_processing::inframes
cpl_array* muse_processing::intags
const char* muse_processing::name
cpl_frameset* muse_processing::outframes
cpl_parameterlist* muse_processing::parameters
cpl_recipe* muse_processing::recipe

Pointer to recipe

Definition at line 48 of file muse_processing.h.

Referenced by muse_processing_check_input(), muse_processing_new(), and muse_processing_new_frame().

cpl_frameset* muse_processing::usedframes

The documentation for this struct was generated from the following file: