Go to the documentation of this file.
12 #define PRODUCT_DEFAULT_description "no description"
13 #define PRODUCT_DEFAULT_units "unspecified"
14 #define PRODUCT_DEFAULT_palette "default"
15 #define PRODUCT_DEFAULT_paramDesignator "none"
16 #define PRODUCT_DEFAULT_paramWaveMin -1
17 #define PRODUCT_DEFAULT_paramWaveMax -1
18 #define PRODUCT_DEFAULT_standardName NULL
19 #define PRODUCT_DEFAULT_category "Miscellaneous"
20 #define PRODUCT_DEFAULT_dataType "float"
21 #define PRODUCT_DEFAULT_prefix NULL
22 #define PRODUCT_DEFAULT_suffix NULL
23 #define PRODUCT_DEFAULT_algorithmName ""
24 #define PRODUCT_DEFAULT_productName ""
25 #define PRODUCT_DEFAULT_cat_ix -1
26 #define PRODUCT_DEFAULT_prod_ix -1
27 #define PRODUCT_DEFAULT_rank 2
28 #define PRODUCT_DEFAULT_fillValue -32767
29 #define PRODUCT_DEFAULT_fillValue_byte -1
30 #define PRODUCT_DEFAULT_fillValue_ubyte 0xFF
31 #define PRODUCT_DEFAULT_fillValue_ushort 0xFFFF
32 #define PRODUCT_DEFAULT_fillValue_uint 0xFFFFFFFF
33 #define PRODUCT_DEFAULT_validMin 0
34 #define PRODUCT_DEFAULT_validMax 0
35 #define PRODUCT_DEFAULT_displayScale "linear"
36 #define PRODUCT_DEFAULT_displayMin 0
37 #define PRODUCT_DEFAULT_displayMax 0
38 #define PRODUCT_DEFAULT_scaleFactor 1
39 #define PRODUCT_DEFAULT_addOffset 0
40 #define PRODUCT_DEFAULT_reference NULL
41 #define PRODUCT_DEFAULT_comment NULL
42 #define PRODUCT_DEFAULT_titleFormat "no format string"
91 void printProductInfo(
const char* productFullName,
const productInfo_t* info);
93 const char* suite,
const char*
version);
void copyProductInfo(productInfo_t *dest, const productInfo_t *src)
void initProductInfo(productInfo_t *info)
void freeProductInfo(productInfo_t *info)
int findProductInfo(const char *name, int sensorId, productInfo_t *info)
void clearProductInfo(productInfo_t *info)
const char * getDOI(const char *platform, const char *sensor, const char *level, const char *suite, const char *version)
int getNextProductInfo(productInfo_t *info)
productInfo_t * allocateProductInfo()
const char * getGCMDKeywords(const char *suite)
void printProductInfo(const char *productFullName, const productInfo_t *info)
void getFirstProductInfo(productInfo_t *info)
char * getProductNameFull(productInfo_t *info)