adas_viewer_plugin_init_t
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:
libadasDescription:
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.
Page updated:
