MUSE Pipeline Reference Manual  2.1.1
Data Fields
muse_cpltable_def Struct Reference

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?
 

Detailed Description

Definition of a cpl table structure.

Each field describes one column. The total structure is an NULL terminated array of those columns.

Note
The four string components of the structure are declared as constant, so they cannot be changed after initial setup.

Definition at line 52 of file muse_cplwrappers.h.


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