adas_fusion_algo_probe_t
Probe the preferences of an algorithm
Synopsis:
#include <adas/adas_fusion_defs.h>typedef adas_error_t(
* adas_fusion_algo_probe_t)(adas_fusion_algo_preferences_t *preferences);Arguments:
- preferences
- This parameter must be filled by the function with the algorithm preferences (see adas_fusion_algo_preferences_t).
Library:
libadasDescription:
This function is called once at initialization time to query the preferences of a given algorithm.
Returns:
ADAS_EOK when the function successfully completes, otherwise another adas_error_t value that provides the reason that the call failed.
Page updated:
