adas_record_stop()

Updated: April 19, 2023

Stop synchronized recording of all input data

Synopsis:

#include <adas/adas_api.h>
adas_error_t adas_record_stop(void)

Library:

libadas

Description:

This function needs to called after having called adas_record_start() to stop the recording. Recording of all data is synchronized such that the stopping of recording is the same for all input data.

Returns:

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