ocssw
V2022
|
epr_param.c
Go to the documentation of this file.
195 else if ((strcmp(EPR_ENVISAT_PRODUCT_ASAR, epr_sub_string((char*)product_field->elems, 0, 3)) == 0) ||
#define EPR_ASAR_NUM_PER_POINT_ACROSS_LOCAT
Definition: epr_core.h:78
int epr_set_dyn_dddb_params(EPR_SProductId *product_id)
Definition: epr_param.c:126
char * epr_sub_string(const char *str, int start, int length)
Definition: epr_string.c:62
const EPR_SField * epr_get_field(const EPR_SRecord *record, const char *field_name)
Definition: epr_field.c:247
Definition: atrem.h:19
What value is used by your function when the data value is bad Default is BAD_FLT l2prod product_id[0]
Definition: HOWTO_Add_a_product.txt:102
void * epr_get_ptr_array_elem_at(const EPR_SPtrArray *ptr_array, unsigned int index)
Definition: epr_ptrarray.c:122
int epr_add_ptr_array_elem(EPR_SPtrArray *ptr_array, void *elem)
Definition: epr_ptrarray.c:75
void epr_set_err(EPR_EErrCode err_code, const char *err_message)
Definition: epr_core.c:221
EPR_SParamElem * epr_create_param_elem(const char *param_name, int param_value)
Definition: epr_param.c:46
EPR_SPtrArray * epr_create_ptr_array(unsigned int capacity)
Definition: epr_ptrarray.c:29