adas_start_viewer_sequence()

Updated: April 19, 2023

Start applying a configured viewer sequence

Synopsis:

#include <adas/adas_api.h>
adas_error_t adas_start_viewer_sequence(uint32_t inst)

Arguments:

inst
The instance of the viewer sequence you want to start.

Library:

libadas

Description:

Viewer sequences are sequences of changes that are applied to viewers and that play in a loop. Each sequence consists of a change to either the visibility or the view/zoom factor to a configured viewer. Each sequence is associated with an optional delay, in milliseconds, until the next entry in the sequence takes effect. When the last entry in the sequence is reached, it wraps around to its first entry. Note that only one viewer sequence can be started at a given time.

Returns:

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