Updated: October 28, 2024 |
Perform one-time initialization of the ADAS library
#include <adas/adas_api.h>
adas_error_t adas_initialize(const char *configuration)
This must be the first function you call before using the library. The configuration file specifies how your application wants to use the library.
ADAS_EOK when the function successfully completes, otherwise another adas_error_t value that provides the reason that the call failed.