Updated: October 28, 2024 |
Retrieve the list of supported views associated with a viewer
#include <adas/adas_api.h>
adas_error_t adas_get_supported_views(uint32_t inst, adas_view_t *views, size_t *supported)
This function can be called first with views set to NULL to retrieve the number of supported views, to know how big of an array to provide to this function in a second call.
ADAS_EOK when the function successfully completes, otherwise another adas_error_t value that provides the reason that the call failed.