adas_viewer_plugin_init_t

Updated: April 19, 2023

Initialize the ADAS viewer plugin

Synopsis:

#include <adas/adas_viewer_plugin.h>
typedef int(* adas_viewer_plugin_init_t)(const char *param);

Arguments:

param
A string containing plugin-specific parameters to be parsed by this function.

Library:

libadas

Description:

This function must be called before using the plugin.

Returns:

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