adas_ext_algorithm_t

List of functions which external algorithm libraries must implement

Synopsis:

#include <adas/adas_external_algo.h>
typedef struct adas_ext_algorithm adas_ext_algorithm_t;

Description:

The library for the external algorithm must create an instance of this structure that is named adas_ext_algorithm_defs and will be linked by the ADAS library to integrate this algorithm. For more information about the function pointers to implement, see adas_ext_algorithm.”