Updated: October 28, 2024 |
Open a new instance of an algorithm
#include <adas/adas_fusion_defs.h>
typedef adas_error_t(* adas_fusion_algo_open_t)(uint32_t id, adas_fusion_algo_handle_t *algo_handle, char *params);
This function is called to create a new instance of an algorithm. The handle generated by this function is used in subsequent calls for this algorithm instance.
ADAS_EOK when the function successfully completes, otherwise another adas_error_t value that provides the reason that the call failed.