ocssw
V2022
|
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | l2prod_index_struct |
Macros | |
#define | MAX_DIM 3 /* Max number of dimensions for an SDS */ |
#define | DIMNAMELEN 32 /* String length on dimension names */ |
#define | UNITLEN 32 /* String length on unit names */ |
#define | TITLELEN 256 /* String length for long names */ |
#define | PARAM_TYPE_NONE 0 |
#define | PARAM_TYPE_VIS_WAVE 1 |
#define | PARAM_TYPE_ALL_WAVE 3 |
#define | PARAM_TYPE_BAND 4 |
#define | PARAM_TYPE_INT 5 |
Macro Definition Documentation
◆ DIMNAMELEN
#define DIMNAMELEN 32 /* String length on dimension names */ |
Definition at line 7 of file l2prod_struc.h.
◆ MAX_DIM
Definition at line 6 of file l2prod_struc.h.
◆ PARAM_TYPE_ALL_WAVE
#define PARAM_TYPE_ALL_WAVE 3 |
Definition at line 14 of file l2prod_struc.h.
◆ PARAM_TYPE_BAND
#define PARAM_TYPE_BAND 4 |
Definition at line 15 of file l2prod_struc.h.
◆ PARAM_TYPE_INT
#define PARAM_TYPE_INT 5 |
Definition at line 16 of file l2prod_struc.h.
◆ PARAM_TYPE_NONE
#define PARAM_TYPE_NONE 0 |
Definition at line 11 of file l2prod_struc.h.
◆ PARAM_TYPE_VIS_WAVE
#define PARAM_TYPE_VIS_WAVE 1 |
Definition at line 12 of file l2prod_struc.h.
◆ TITLELEN
#define TITLELEN 256 /* String length for long names */ |
Definition at line 9 of file l2prod_struc.h.
◆ UNITLEN
#define UNITLEN 32 /* String length on unit names */ |
Definition at line 8 of file l2prod_struc.h.