adas_start_viewer_sequence()

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 consists of a sequence of changes applied to the viewers that plays in a loop. Each sequence consists of either a change of visibility or of view/zoom factor to one of the 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 the first entry in the sequence. Note that only one viewer sequence can be started at any given time.

Returns:

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