Updated: October 28, 2024 |
Process a sensor buffer using a given instance of an algorithm
#include <adas/adas_fusion_defs.h>
typedef adas_error_t( * adas_fusion_algo_process_sensor_buffer_t)(adas_fusion_algo_handle_t algo_handle, const adas_sensor_properties_t *sensor_properties, const adas_sensor_buffer_t *sensor_buffer, const adas_fusion_buffer_t **return_buffer);
This function is called for each sensor buffer received for an associated sensor, to permit the algorithm to extract information from the sensor buffer.
ADAS_EOK when the function successfully completes, otherwise another adas_error_t value that provides the reason that the call failed.