struct param_map_entry
Overview
Entry for mapping parameter value from string to integer More…
#include <te_param.h> struct param_map_entry { // fields const char* str_val; int num_val; };
Detailed Documentation
Entry for mapping parameter value from string to integer
Fields
const char* str_val
value in string format
int num_val
Value in native numeric format