MUSE Pipeline Reference Manual
2.1.1
|
Definition of a cpl table structure. More...
#include <muse_cplwrappers.h>
Data Fields | |
const char * | name |
Column name. | |
cpl_type | type |
Column type (use CPL_TYPE_POINTER for array columns). | |
const char * | unit |
Column unit, or NULL. | |
const char * | format |
Default print format, or NULL. | |
const char * | description |
Table column description, or NULL. | |
const int | required |
Is column required? | |
Definition of a cpl table structure.
Each field describes one column. The total structure is an NULL terminated array of those columns.
Definition at line 52 of file muse_cplwrappers.h.