adas_viewer_plugin_deinit_t
Deinitialize the ADAS viewer plugin
Synopsis:
#include <adas/adas_viewer_plugin.h>typedef int(* adas_viewer_plugin_deinit_t)(void);Library:
libadasDescription:
This function does any required deinitialization of the plugin. The user must have initialized the plugin previously.
Returns:
ADAS_EOK when the function successfully completes, otherwise a value that provides the reason that the call failed.
Page updated:
