ocssw
V2022
|
epr_msph.h
Go to the documentation of this file.
32 void epr_parse_double_token(EPR_SPtrArray* header_values, char* token_value, epr_uint* value_number, epr_uint* l, EPR_EDataTypeId* tp);
33 void epr_parse_int_token(EPR_SPtrArray* header_values, char* token_value, epr_uint* value_number, epr_uint* l, EPR_EDataTypeId* tp);
void epr_parse_double_token(EPR_SPtrArray *header_values, char *token_value, epr_uint *value_number, epr_uint *l, EPR_EDataTypeId *tp)
Definition: epr_msph.c:358
void epr_parse_int_token(EPR_SPtrArray *header_values, char *token_value, epr_uint *value_number, epr_uint *l, EPR_EDataTypeId *tp)
Definition: epr_msph.c:388
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_set_header_field_values(EPR_SRecord *record, EPR_SPtrArray *header_values)
Definition: epr_msph.c:487
EPR_SRecord * epr_parse_header(const char *header_name, const char *ascii_source)
Definition: epr_msph.c:174