Go to the documentation of this file.
13 #define PRODUCT_DEFAULT_description "no description"
14 #define PRODUCT_DEFAULT_units ""
15 #define PRODUCT_DEFAULT_palette "default"
16 #define PRODUCT_DEFAULT_paramDesignator "none"
17 #define PRODUCT_DEFAULT_paramWaveMin -1
18 #define PRODUCT_DEFAULT_paramWaveMax -1
19 #define PRODUCT_DEFAULT_standardName NULL
20 #define PRODUCT_DEFAULT_category "Miscellaneous"
21 #define PRODUCT_DEFAULT_dataType "float"
22 #define PRODUCT_DEFAULT_prefix NULL
23 #define PRODUCT_DEFAULT_suffix NULL
24 #define PRODUCT_DEFAULT_algorithmName ""
25 #define PRODUCT_DEFAULT_productName ""
26 #define PRODUCT_DEFAULT_cat_ix -1
27 #define PRODUCT_DEFAULT_prod_ix -1
28 #define PRODUCT_DEFAULT_rank 2
29 #define PRODUCT_DEFAULT_fillValue -32767
30 #define PRODUCT_DEFAULT_fillValue_byte -1
31 #define PRODUCT_DEFAULT_fillValue_ubyte 0xFF
32 #define PRODUCT_DEFAULT_fillValue_ushort 0xFFFF
33 #define PRODUCT_DEFAULT_fillValue_uint 0xFFFFFFFF
34 #define PRODUCT_DEFAULT_validMin (-FLT_MAX)
35 #define PRODUCT_DEFAULT_validMax FLT_MAX
36 #define PRODUCT_DEFAULT_displayScale "linear"
37 #define PRODUCT_DEFAULT_displayMin 0
38 #define PRODUCT_DEFAULT_displayMax 0
39 #define PRODUCT_DEFAULT_scaleFactor 1
40 #define PRODUCT_DEFAULT_addOffset 0
41 #define PRODUCT_DEFAULT_reference NULL
42 #define PRODUCT_DEFAULT_comment NULL
43 #define PRODUCT_DEFAULT_titleFormat "no format string"
92 void printProductInfo(
const char* productFullName,
const productInfo_t* info);
100 struct ProductAlias {
void copyProductInfo(productInfo_t *dest, const productInfo_t *src)
void initProductInfo(productInfo_t *info)
void freeProductInfo(productInfo_t *info)
bool findProductAlias(string productName, int sensorId, ProductAlias &productAlias)
int findProductInfo(const char *name, int sensorId, productInfo_t *info)
void clearProductInfo(productInfo_t *info)
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)