adas_get_viewer_info()

Updated: April 19, 2023

Retrieve information about a viewer in the configuration

Synopsis:

#include <adas/adas_api.h>
adas_error_t adas_get_viewer_info(uint32_t inst,
                                  adas_viewer_info_t *info)

Arguments:

inst
The viewer instance of interest.
info
On success, this memory is filled with information about this viewer (see adas_viewer_info_t).

Library:

libadas

Returns:

ADAS_EOK when the function successfully completes, otherwise another adas_error_t value that provides the reason that the call failed.