adas_viewer_info_t

Updated: April 19, 2023

Information about a configured viewer

Synopsis:

#include <adas/adas_api.h>
typedef struct {
    adas_viewer_type_t type;
    uint32_t parent;
    bool visible;
} adas_viewer_info_t;

Data:

adas_viewer_type_t type
The type of viewer associated with this viewer (see adas_viewer_type_t).
uint32_t parent
For a viewer of type ADAS_VIEWER_OVERLAY, this indicates the instance of the parent viewer associated with this overlay.
bool visible
The visibility of the viewer on startup: true indicates that the viewer is visible while false indicates that it is not.

Library:

libadas