Updated: October 28, 2024 |
Initialize the ADAS viewer plugin
#include <adas/adas_viewer_plugin.h>
typedef int(* adas_viewer_plugin_init_t)(const char *param);
This function must be called before using the plugin.
ADAS_EOK when the function successfully completes, otherwise a value that provides the reason that the call failed.