Parse a sensor specific attribute from the configuration file
#include <sensor/external_sensor_api.h>
int parse_config(void *handle, char *name, char *value)
This function is called for each attribute associated with the sensor in the configuration file.
This function is optional.
return SENSOR_EOK if the attribute was parsed successfully by the sensor, SENSOR_EOPNOTSUPP if the attribute is not a sensor-specific attribute, otherwise another sensor_error_t value & if any errors encountered in the parsing of the attribute.