adas_viewer_plugin_deinit_t

Updated: April 19, 2023

Deinitialize the ADAS viewer plugin

Synopsis:

#include <adas/adas_viewer_plugin.h>
typedef int(* adas_viewer_plugin_deinit_t)(void);

Library:

libadas

Description:

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.