adas_initialize()

Performs one-time initialization of the ADAS library

Synopsis:

#include <adas/adas_api.h>
adas_error_t adas_initialize(const char *configuration)

Arguments:

configuration
The path of the JSON-encoded configuration file.

Library:

libadas

Description:

Must be the first function called before making use of the library. The configuration file specifies how your application wants to make use of the library.

Returns:

ADAS_EOK when the function successfully completes, otherwise another adas_error_t value that provides the reason that the call failed.