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